From b3676f6b2ff3a9a745afb88bf8010f21235b6ff1 Mon Sep 17 00:00:00 2001 From: kanade Date: Tue, 22 Oct 2024 16:20:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=94=80=E5=94=AE=E5=8D=95?= =?UTF-8?q?=E4=BB=B7?= 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 50b4683..dabdaec 100644 --- a/erp/shipment/saleProduct.go +++ b/erp/shipment/saleProduct.go @@ -191,6 +191,7 @@ type SaleProductEdit struct { TotalCustomsNetWeight decimal.Decimal // 报关总净重 CustomsGrossWeight decimal.Decimal // 报关毛重 TotalCustomsGrossWeight decimal.Decimal // 报关总毛重 + SalePrice decimal.Decimal // 销售单价 CustomsBrand string // 品牌 DomesticSupply string // 货源地 FactoryName string // 工厂名称