fix
wangpengfei
2023-07-28 b4400a06b5f801bc7a85320680d0b6c45c547ff0
model/request/serviceFeeManage.go
@@ -2,10 +2,10 @@
type AddServiceFeeManage struct {
   ServiceFeeManage
   Client
}
type ServiceFeeManage struct {
   ClientId   int    `json:"client_id"`
   MemberId   int    `json:"member_id"`
   LatestDate string `json:"latest_date"`
   Remark     string `json:"remark"`
@@ -13,7 +13,12 @@
}
type UpdateServiceFeeManage struct {
   Id     int    `json:"id"`
   Client Client `json:"client"`
   Id int `json:"id"`
   Client
   ServiceFeeManage
}
type GetServiceFeeManageList struct {
   PageInfo
   Keyword string `json:"keyword"`
}