From 34ef7217a034599217a7fdd1e28e1ae6910e1b4b Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期三, 11 十月 2023 20:15:21 +0800 Subject: [PATCH] 菜单获取编码规则 --- model/salesLeads.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/model/salesLeads.go b/model/salesLeads.go index 75ff864..60b9017 100644 --- a/model/salesLeads.go +++ b/model/salesLeads.go @@ -24,6 +24,7 @@ Reason string `json:"reason" gorm:"column:reason;type:text;comment:澶辫触鍘熷洜"` FollowRecord []FollowRecord `gorm:"foreignKey:SalesLeadsId"` DetailAddress string `json:"detail_address" gorm:"column:detail_address;type:varchar(255);comment:璇︾粏鍦板潃"` + CodeStandID string `json:"codeStandID" gorm:"column:code_stand_id;type:varchar(255);comment:缂栫爜id"` Address gorm.Model `json:"-"` } -- Gitblit v1.8.0