fix
wangpengfei
2023-08-14 6acff3ce321e59b03e95fe7143ba45b0c48cd926
fix
1个文件已修改
2 ■■■ 已修改文件
model/saleChance.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
model/saleChance.go
@@ -17,7 +17,7 @@
        SaleStageId           int                    `json:"sale_stage_id" gorm:"column:sale_stage_id;type:int(11);comment:商机阶段ID"`
        SaleStage             SaleStage              `json:"sale_stage" gorm:"foreignKey:SaleStageId;references:Id"`
        MemberId              int                    `json:"member_id" gorm:"column:member_id;type:int(11);comment:销售负责人ID"`
        Member                User                   `json:"member" gorm:"foreignKey:MemberId;references:Id"`
        Member                User                   `json:"member" gorm:"foreignKey:MemberId"`
        RegularCustomersId    int                    `json:"regular_customers_id" gorm:"column:regular_customers_id;type:int(11);comment:常客ID"`
        Competitors           string                 `json:"competitors" gorm:"column:competitors;type:varchar(255);comment:竞争对手"`
        PossibilitiesId       int                    `json:"possibilities_id" gorm:"column:possibilities_id;type:int(11);comment:可能性ID"`