From 6acff3ce321e59b03e95fe7143ba45b0c48cd926 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期一, 14 八月 2023 18:00:13 +0800
Subject: [PATCH] fix

---
 model/request/client.go |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/model/request/client.go b/model/request/client.go
index 7e547f5..fb41a58 100644
--- a/model/request/client.go
+++ b/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"` // 閿�鍞嚎绱D
 	Address
 	Business
 }
@@ -26,3 +27,12 @@
 	Id int `json:"id"`
 	Client
 }
+
+type GetClientList struct {
+	PageInfo
+	SearchMap map[string]interface{} `json:"search_map"` // 鎼滅储鏉′欢: map[string]interface{}{"name": "xxx"}; {"name": "瀹㈡埛鍚嶇О", "phone": "鎵嬫満鍙风爜", "detail_address":"璇︾粏鍦板潃", "next_visit_time":"涓嬪洖鍥炶鏃ユ湡", "member_name": "閿�鍞礋璐d汉", "client_status": "瀹㈡埛鐘舵��", "client_level": "閲嶈绾у埆"}
+}
+
+type DeleteClient struct {
+	Ids []int `json:"ids"`
+}

--
Gitblit v1.8.0