fix
wangpengfei
2023-08-11 0f15e7b48d064fa6faf99832ca5f4be9bc54e199
model/request/client.go
@@ -18,6 +18,7 @@
   NextVisitTime     string  `json:"next_visit_time"`     // 下次回访时间
   LatestServiceTime string  `json:"latest_service_time"` // 最晚服务时间
   Contact           Contact `json:"contact"`
   SalesLeadsId      int     `json:"sales_leads_id"` // 销售线索ID
   Address
   Business
}
@@ -29,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"}; {"name": "客户名称", "phone": "手机号码", "detail_address":"详细地址", "next_visit_time":"下回回访日期", "member_name": "销售负责人", "client_status": "客户状态", "client_level": "重要级别"}
}
type DeleteClient struct {