|
@@ -44,7 +44,6 @@ type Company struct {
|
|
|
Nation string `description:"所属国家"`
|
|
|
IsHide int `description:"是否隐藏:0:不隐藏,1:隐藏"`
|
|
|
OverseasStatus string `description:"海外客户状态:'正式','试用','关闭'"`
|
|
|
- OverseasLabel int `description:"海外客户试用子标签:1未分类、2 推进、3 跟踪、4 预备、"`
|
|
|
}
|
|
|
|
|
|
// 新增客户
|