From 47ba35e54f2bec4be45fbb5bd0cf28dd953496fb Mon Sep 17 00:00:00 2001 From: kanade Date: Thu, 31 Oct 2024 10:05:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp/shipment/saleProduct.go | 1 + 1 file changed, 1 insertion(+) diff --git a/erp/shipment/saleProduct.go b/erp/shipment/saleProduct.go index 7bfb770..34b5c6d 100644 --- a/erp/shipment/saleProduct.go +++ b/erp/shipment/saleProduct.go @@ -56,6 +56,7 @@ type SaleProductItem struct { TotalCustomsGrossWeight decimal.Decimal `json:"totalCustomsGrossWeight"` SalePrice decimal.Decimal `json:"salePrice"` SaleAmount decimal.Decimal `json:"saleAmount"` + FactoryName string `json:"factoryName"` CurrencyRate decimal.Decimal `json:"currencyRate"` Brand string `json:"brand"` DomesticSupply string `json:"domesticSupply"`