model/response/response.go
@@ -168,7 +168,8 @@ } ServiceContractsResponse struct { List []*model.ServiceContract `json:"list"` List []*model.ServiceContract `json:"list"` Count int `json:"count"` } OrderManageResponse struct { @@ -343,4 +344,13 @@ CurrencyResponse struct { List []*model.Currency `json:"list"` } ) CollectionProjectionListResponse struct { List []*model.CollectionProjection `json:"list"` Count int `json:"count"` } ContactInformationResponse struct { List []*model.ContactInformation `json:"list"` } )