From b90ad3946fdf84ccf9ad4d5d2e493e0e6c00b96a Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期四, 03 八月 2023 11:47:16 +0800 Subject: [PATCH] fix --- model/request/serviceFollowup.go | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/model/request/serviceFollowup.go b/model/request/serviceFollowup.go index a13fa6c..7ba75c8 100644 --- a/model/request/serviceFollowup.go +++ b/model/request/serviceFollowup.go @@ -29,3 +29,7 @@ PageInfo Keyword string `json:"keyword"` } + +type DeleteServiceFollowup struct { + Ids []int `json:"ids"` +} -- Gitblit v1.8.0