fix
wangpengfei
2023-08-08 d557ed582308257aaefcbcfe2bada1e195d83a91
model/request/client.go
@@ -30,7 +30,7 @@
type GetClientList struct {
   PageInfo
   SearchMap map[string]interface{} `json:"search_map"` // 搜索条件: map[string]interface{}{"name": "xxx"}; "not_contact": 超过15天未联系; "public_sea": 公海客户
   SearchMap map[string]interface{} `json:"search_map"` // 搜索条件: map[string]interface{}{"name": "xxx"}; "name": 客户名称; "number": 公海客户
}
type DeleteClient struct {