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