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