model/response/response.go
@@ -48,6 +48,7 @@ ContactResponse struct { List []*model.ContactDetail `json:"list"` Count int `json:"count"` } ClientResponse struct { @@ -182,7 +183,6 @@ // 币种 Currency []*model.Currency `json:"currency"` // 报价单状态 QuotationStatus []*model.QuotationStatus `json:"quotationStatus"`