From 9f38070596c3f4c9e0f1f333bc05c451c9e35a8e Mon Sep 17 00:00:00 2001 From: kanade Date: Wed, 30 Oct 2024 17:30:43 +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 dabdaec..7bfb770 100644 --- a/erp/shipment/saleProduct.go +++ b/erp/shipment/saleProduct.go @@ -55,6 +55,7 @@ type SaleProductItem struct { CustomsGrossWeight decimal.Decimal `json:"customsGrossWeight"` TotalCustomsGrossWeight decimal.Decimal `json:"totalCustomsGrossWeight"` SalePrice decimal.Decimal `json:"salePrice"` + SaleAmount decimal.Decimal `json:"saleAmount"` CurrencyRate decimal.Decimal `json:"currencyRate"` Brand string `json:"brand"` DomesticSupply string `json:"domesticSupply"`