From 250cbfa1ddcb3cf38e0d0505c1c7e282b940d25b Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 13 十月 2023 10:30:05 +0800
Subject: [PATCH] admin user id 转crm user id

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

diff --git a/model/request/contact.go b/model/request/contact.go
index 5b16b31..de6601f 100644
--- a/model/request/contact.go
+++ b/model/request/contact.go
@@ -26,3 +26,12 @@
 	Id int `json:"id"`
 	Contact
 }
+
+type GetContactList 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": "閲嶈绾у埆", "is_first": "鏄惁鏄瑕佽仈绯讳汉", "client_id": "clientId 鐢ㄤ簬杩斿洖棣栬鑱旂郴浜�"}
+}
+
+type DeleteContact struct {
+	Ids []int `json:"ids"`
+}

--
Gitblit v1.8.0