From e0a433e9c31594527a3bf7766c0bfb2cbbceffdb Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期三, 26 七月 2023 10:09:04 +0800 Subject: [PATCH] fix add pageInfo, keyword to all the list --- model/request/serviceFollowup.go | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/model/request/serviceFollowup.go b/model/request/serviceFollowup.go index 9ae6706..a13fa6c 100644 --- a/model/request/serviceFollowup.go +++ b/model/request/serviceFollowup.go @@ -24,3 +24,8 @@ Id int `json:"id"` ServiceFollowup } + +type GetServiceFollowupList struct { + PageInfo + Keyword string `json:"keyword"` +} -- Gitblit v1.8.0