From cddf1d93735052590755460f4b3c8264e0d57399 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期一, 07 八月 2023 09:39:20 +0800 Subject: [PATCH] fix --- model/request/serviceFeeManage.go | 56 ++++++++++++++++++++++++++++---------------------------- 1 files changed, 28 insertions(+), 28 deletions(-) diff --git a/model/request/serviceFeeManage.go b/model/request/serviceFeeManage.go index 74a9f38..17db48f 100644 --- a/model/request/serviceFeeManage.go +++ b/model/request/serviceFeeManage.go @@ -1,28 +1,28 @@ -package request - -type AddServiceFeeManage struct { - ServiceFeeManage - Client -} - -type ServiceFeeManage struct { - MemberId int `json:"member_id"` - LatestDate string `json:"latest_date"` - Remark string `json:"remark"` - File string `json:"file"` -} - -type UpdateServiceFeeManage struct { - Id int `json:"id"` - Client - ServiceFeeManage -} - -type GetServiceFeeManageList struct { - PageInfo - Keyword string `json:"keyword"` -} - -type DeleteServiceFeeManage struct { - Ids []int `json:"ids"` -} +package request + +type AddServiceFeeManage struct { + ServiceFeeManage + Client +} + +type ServiceFeeManage struct { + MemberId int `json:"member_id"` + LatestDate string `json:"latest_date"` + Remark string `json:"remark"` + File string `json:"file"` +} + +type UpdateServiceFeeManage struct { + Id int `json:"id"` + Client + ServiceFeeManage +} + +type GetServiceFeeManageList struct { + PageInfo + Keyword string `json:"keyword"` +} + +type DeleteServiceFeeManage struct { + Ids []int `json:"ids"` +} -- Gitblit v1.8.0