add
wangpengfei
2023-07-10 80fa90e29844947b26d41c16fb1a48516ec018f8
model/response/response.go
@@ -125,4 +125,8 @@
   QuotationResponse struct {
      List []*model.Quotation `json:"list"`
   }
   MasterOrderResponse struct {
      List []*model.MasterOrder `json:"list"`
   }
)