|
@@ -14,6 +14,7 @@ type CompanyProduct struct {
|
|
|
Source string `description:"来源"`
|
|
|
Reasons string `description:"新增理由"`
|
|
|
Status string `description:"客户状态"`
|
|
|
+ InitStatus string `description:"客户初始化状态(目前用来处理权益的永续客户使用)"`
|
|
|
IndustryId int `description:"行业id"`
|
|
|
IndustryName string `description:"行业名称"`
|
|
|
SellerId int `description:"销售id"`
|