model/response/response.go @@ -169,4 +169,8 @@ CustomerServiceSheetResponse struct { List []*model.CustomerServiceSheet `json:"list"` } ServiceFeeManageResponse struct { List []*model.ServiceFeeManage `json:"list"` } )