model/request/serviceFeeManage.go
@@ -1,5 +1,7 @@ package request import "aps_crm/constvar" type AddServiceFeeManage struct { ServiceFeeManage Client @@ -17,3 +19,10 @@ Client ServiceFeeManage } type GetServiceFeeManageList struct { PageInfo QueryClass constvar.ServiceFeeQueryClass `json:"queryClass"` KeywordType constvar.ServiceFeeKeywordType `json:"keywordType"` Keyword string `json:"keyword"` }