From d3ff95a6631915cd56ac7f774f5fca297b9f5642 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期三, 26 七月 2023 19:55:32 +0800 Subject: [PATCH] fix --- 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