add
wangpengfei
2023-07-19 e249a6ce7be455fc58750ac8fa004b145ad561e0
model/saleChance.go
@@ -37,6 +37,8 @@
      Disadvantages      string                `json:"disadvantages" gorm:"column:disadvantages;type:text;comment:竞争劣势"`
      Opportunities      string                `json:"opportunities" gorm:"column:opportunities;type:text;comment:竞争机会"`
      Threats            string                `json:"threats" gorm:"column:threats;type:text;comment:竞争威胁"`
      DetailAddress      string                `json:"detail_address" gorm:"column:detail_address;type:text;comment:详细地址"`
      Remark             string                `json:"remark" gorm:"column:remark;type:text;comment:备注"`
      Contact            Contact               `json:"contact" gorm:"foreignKey:ContactId;references:Id"`
      Client             Client                `json:"client" gorm:"foreignKey:ClientId;references:Id"`
      SalesSources       SalesSources