|
@@ -44,6 +44,7 @@ type Company struct {
|
|
|
Nation string `description:"所属国家"`
|
|
|
IsHide int `description:"是否隐藏:0:不隐藏,1:隐藏"`
|
|
|
OverseasStatus string `description:"海外客户状态:'正式','试用','关闭'"`
|
|
|
+ ResetBtn int `description:"转正式和重置按钮:同步过来默认为0:显示转正式为1:显示重置为2"`
|
|
|
}
|
|
|
|
|
|
// 新增客户
|