From e027ac6cb0705ab4eda2a162fb70f4532f24af93 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 11 八月 2023 17:43:34 +0800 Subject: [PATCH] update --- model/request/serviceFollowup.go | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/model/request/serviceFollowup.go b/model/request/serviceFollowup.go index e1b5764..72f2891 100644 --- a/model/request/serviceFollowup.go +++ b/model/request/serviceFollowup.go @@ -29,8 +29,9 @@ type GetServiceFollowupList struct { PageInfo - KeywordType constvar.ServiceFollowupKeywordType `json:"keywordType"` - Keyword string `json:"keyword"` + KeywordType constvar.ServiceFollowupKeywordType `json:"keywordType"` + Keyword string `json:"keyword"` + ServiceOrderId int `json:"serviceOrderId"` //鏈嶅姟鍥炶鍗昳d } type DeleteServiceFollowup struct { -- Gitblit v1.8.0