From 3c921c53c2b4dcd617a4ec88bd2a78fe69f2b600 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期四, 10 八月 2023 19:34:33 +0800
Subject: [PATCH] temp

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

diff --git a/model/request/followRecord.go b/model/request/followRecord.go
index 2ddffad..17dc170 100644
--- a/model/request/followRecord.go
+++ b/model/request/followRecord.go
@@ -25,3 +25,12 @@
 	Id           int          `json:"id" gorm:"column:id;primary_key;AUTO_INCREMENT"`
 	FollowRecord FollowRecord `json:"follow_record" binding:"required"`
 }
+
+type GetFollowRecordList struct {
+	PageInfo
+	SearchMap map[string]interface{} `json:"search_map"` // 鎼滅储鏉′欢: map[string]interface{}{"name": "xxx"}; {"topic": "璺熻繘涓婚", "member_name": "璺熻繘浜�", "client_name": "瀹㈡埛鍚嶇О", "client_status": "瀹㈡埛鐘舵��", "follow_time": "璺熻繘鏃堕棿", "next_follow_time": "涓嬫璺熻繘鏃堕棿", "record": "璺熻繘璁板綍", "phone": "鑱旂郴浜虹數璇�", "contact_name": "鑱旂郴浜哄鍚�"}
+}
+
+type DeleteFollowRecord struct {
+	Ids []int `json:"ids"`
+}

--
Gitblit v1.8.0