From 6e9274c27ffc8fe7f41e2c3c06a239d4c3fb09e5 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期三, 02 八月 2023 14:38:15 +0800 Subject: [PATCH] 增加服务回访单搜索条件 --- 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 a13fa6c..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 } @@ -27,5 +29,6 @@ type GetServiceFollowupList struct { PageInfo - Keyword string `json:"keyword"` + KeywordType constvar.ServiceFollowupKeywordType `json:"keywordType"` + Keyword string `json:"keyword"` } -- Gitblit v1.8.0