From 69ac5c4605f340144144a4b0954c7768697e95e6 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期五, 11 八月 2023 14:25:56 +0800
Subject: [PATCH] add

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

diff --git a/model/request/serviceFollowup.go b/model/request/serviceFollowup.go
index 861389d..e1b5764 100644
--- a/model/request/serviceFollowup.go
+++ b/model/request/serviceFollowup.go
@@ -1,5 +1,7 @@
 package request
 
+import "aps_crm/constvar"
+
 type AddServiceFollowup struct {
 	ServiceFollowup
 }
@@ -27,7 +29,8 @@
 
 type GetServiceFollowupList struct {
 	PageInfo
-	Keyword string `json:"keyword"`
+	KeywordType constvar.ServiceFollowupKeywordType `json:"keywordType"`
+	Keyword     string                              `json:"keyword"`
 }
 
 type DeleteServiceFollowup struct {

--
Gitblit v1.8.0