model/response/response.go
@@ -157,4 +157,24 @@ ServiceContractsResponse struct { List []*model.ServiceContract `json:"list"` } OrderManageResponse struct { List []*model.OrderManage `json:"list"` } ServiceFollowupResponse struct { List []*model.ServiceFollowup `json:"list"` } CustomerServiceSheetResponse struct { List []*model.CustomerServiceSheet `json:"list"` } ServiceFeeManageResponse struct { List []*model.ServiceFeeManage `json:"list"` } MenuTreeResponse struct { List []*model.Menu `json:"list"` } )