add
wangpengfei
2023-07-21 624d15a1baedef4b872dfea64331532c9ef31b4e
model/saleChance.go
@@ -1,7 +1,6 @@
package model
import (
   "aps_crm/constvar"
   "aps_crm/pkg/mysqlx"
   "gorm.io/gorm"
   "time"
@@ -23,7 +22,7 @@
      PossibilitiesId    int                   `json:"possibilities_id" gorm:"column:possibilities_id;type:int(11);comment:可能性ID"`
      Budget             float64               `json:"budget" gorm:"column:budget;type:decimal(10,2);comment:预算"`
      ProjectedAmount    float64               `json:"projected_amount" gorm:"column:projected_amount;type:decimal(10,2);comment:预计金额"`
      Currency           constvar.CurrencyType `json:"currency" gorm:"column:currency;type:int(11);comment:货币类型"`
      Currency           int       `json:"currency" gorm:"column:currency;type:int(11);comment:币种"`
      ExpectedTime       time.Time             `json:"expected_time" gorm:"column:expected_time;type:datetime;comment:预计成交时间"`
      StatusId           int                   `json:"status_id" gorm:"column:status_id;type:int(11);comment:状态ID"`
      PainPoints         string                `json:"pain_points" gorm:"column:pain_points;type:text;comment:痛点"`