| | |
| | | ProvinceId int `json:"province_id"` // 省份ID |
| | | CityId int `json:"city_id"` // 城市ID |
| | | RegionId int `json:"region_id"` // 区域ID |
| | | //CodeStandID string `json:"codeStandID"` //编码id |
| | | //CodeRule code.CodeStandard `json:"codeRule"` |
| | | } |
| | | |
| | | type UpdateContact struct { |
| | |
| | | |
| | | type GetContactList struct { |
| | | PageInfo |
| | | Keyword string `json:"keyword"` |
| | | 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": "重要级别", "is_first": "是否是首要联系人", "client_id": "clientId 用于返回首要联系人"} |
| | | ClientId int `json:"clientId"` //客户id |
| | | } |
| | | |
| | | type DeleteContact struct { |
| | | Ids []int `json:"ids"` |
| | | } |