fix
wangpengfei
2023-07-25 da23babe80de0d32e736e8777430ddfbf185373a
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"`