From e249a6ce7be455fc58750ac8fa004b145ad561e0 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期三, 19 七月 2023 17:19:46 +0800 Subject: [PATCH] add --- model/saleChance.go | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/model/saleChance.go b/model/saleChance.go index 40f3d40..1f88811 100644 --- a/model/saleChance.go +++ b/model/saleChance.go @@ -37,6 +37,8 @@ Disadvantages string `json:"disadvantages" gorm:"column:disadvantages;type:text;comment:绔炰簤鍔e娍"` 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 -- Gitblit v1.8.0