From a5ccc6b321a3127ca064b935e42db44428c41305 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期六, 05 八月 2023 17:00:50 +0800
Subject: [PATCH] 服务合同收款计划增删改查接口

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

diff --git a/model/request/serviceFollowup.go b/model/request/serviceFollowup.go
index 9ae6706..eb27512 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
 }
@@ -24,3 +26,9 @@
 	Id int `json:"id"`
 	ServiceFollowup
 }
+
+type GetServiceFollowupList struct {
+	PageInfo
+	KeywordType constvar.ServiceFollowupKeywordType `json:"keywordType"`
+	Keyword     string                              `json:"keyword"`
+}

--
Gitblit v1.8.0