diff --git a/erp/sale/product.go b/erp/sale/product.go index f7bce43..087076b 100644 --- a/erp/sale/product.go +++ b/erp/sale/product.go @@ -180,7 +180,7 @@ type ReplyProductInfo struct { UpdatedAt *time.Time `json:"updatedAt"` Packages []ProductPackageInfo `json:"packages"` Customs ProductCustomsInfo `json:"customs"` - Quote ProductQuoteInfo `json:"quotes"` + Quote ProductQuoteInfo `json:"quote"` Children []ReplyProductInfo `json:"children"` }