问题修复
This commit is contained in:
@@ -17,14 +17,15 @@ type ArgsCustomList struct {
|
||||
Search CustomSearch
|
||||
}
|
||||
type CustomSearch struct {
|
||||
Name string // 公司名称
|
||||
ShortName string // 公司简称
|
||||
Rank string // 客户等级
|
||||
TradeCountry string // 贸易国别
|
||||
Origin string // 客户来源
|
||||
DepartmentIds []int64 // 所属部门
|
||||
BanFlag int64 // 禁用标记 1=禁用 2=启用
|
||||
StaffIds []int64 // 业务员
|
||||
Name string // 公司名称
|
||||
ShortName string // 公司简称
|
||||
Rank string // 客户等级
|
||||
TradeCountry string // 贸易国别
|
||||
Origin string // 客户来源
|
||||
DepartmentIds []int64 // 所属部门
|
||||
BanFlag int64 // 禁用标记 1=禁用 2=启用
|
||||
StaffIds []int64 // 业务员
|
||||
CreatedStaffIds []int64 // 业务员
|
||||
}
|
||||
type ReplyCustomList struct {
|
||||
List []CustomItem `json:"list"`
|
||||
|
||||
Reference in New Issue
Block a user