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