| | |
| | | package request |
| | | |
| | | import "aps_crm/constvar" |
| | | |
| | | 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"` |
| | |
| | | } |
| | | |
| | | type UpdateServiceFeeManage struct { |
| | | Id int `json:"id"` |
| | | Client Client `json:"client"` |
| | | Id int `json:"id"` |
| | | Client |
| | | ServiceFeeManage |
| | | } |
| | | |
| | | type GetServiceFeeManageList struct { |
| | | PageInfo |
| | | QueryClass constvar.ServiceFeeQueryClass `json:"queryClass"` |
| | | KeywordType constvar.ServiceFeeKeywordType `json:"keywordType"` |
| | | Keyword string `json:"keyword"` |
| | | } |