问题修复

This commit is contained in:
2024-10-23 11:56:33 +08:00
parent b3676f6b2f
commit 206ed11cec
7 changed files with 37 additions and 17 deletions

View File

@@ -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"`