fix
wangpengfei
2023-07-20 8f1672bf14ce3ead7998a8259c0cab22405aa958
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"`
@@ -14,6 +14,6 @@
type UpdateServiceFeeManage struct {
   Id     int    `json:"id"`
   Client Client `json:"client"`
   Client
   ServiceFeeManage
}