From b4201a0054369a8cd89e940947fd6f1a89f357c2 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期三, 02 八月 2023 13:38:24 +0800
Subject: [PATCH] Merge branch 'master' into fly

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

diff --git a/model/request/contact.go b/model/request/contact.go
index 5b16b31..1c39699 100644
--- a/model/request/contact.go
+++ b/model/request/contact.go
@@ -26,3 +26,8 @@
 	Id int `json:"id"`
 	Contact
 }
+
+type GetContactList struct {
+	PageInfo
+	Keyword string `json:"keyword"`
+}

--
Gitblit v1.8.0