fix
wangpengfei
2023-08-08 d557ed582308257aaefcbcfe2bada1e195d83a91
model/request/salesLeads.go
@@ -25,7 +25,7 @@
type GetSalesLeadsList struct {
   PageInfo
   Keyword string `json:"keyword"`
   SearchMap map[string]interface{} `json:"search_map"` // 搜索条件: map[string]interface{}{"name": "xxx"} {"name": "客户名称", "number": "销售线索编号", "contact_name": "联系人姓名", "phone": "手机号码", "sales_resources": "商机来源", "city": "城市", "province": "省份", "member_name": "负责人"}
}
type DeleteSalesLeads struct {