diff --git a/erp/shipment/modify/saleProduct.go b/erp/shipment/modify/saleProduct.go index dbebfb5..27c5346 100644 --- a/erp/shipment/modify/saleProduct.go +++ b/erp/shipment/modify/saleProduct.go @@ -150,6 +150,9 @@ type SaleProductAdd struct { TotalCustomsNetWeight decimal.Decimal // 报关总净重 CustomsGrossWeight decimal.Decimal // 报关毛重 TotalCustomsGrossWeight decimal.Decimal // 报关总毛重 + SalePrice decimal.Decimal // 销售单价 + CustomsPrice decimal.Decimal // 报关价格 + CustomsAmount decimal.Decimal // 报关总价 CustomsBrand string // 品牌 DomesticSupply string // 货源地 FactoryName string // 工厂名称 diff --git a/erp/shipment/saleProduct.go b/erp/shipment/saleProduct.go index 8984166..3dc532c 100644 --- a/erp/shipment/saleProduct.go +++ b/erp/shipment/saleProduct.go @@ -152,6 +152,9 @@ type SaleProductAdd struct { TotalCustomsNetWeight decimal.Decimal // 报关总净重 CustomsGrossWeight decimal.Decimal // 报关毛重 TotalCustomsGrossWeight decimal.Decimal // 报关总毛重 + SalePrice decimal.Decimal // 销售单价 + CustomsPrice decimal.Decimal // 报关价格 + CustomsAmount decimal.Decimal // 报关总价 CustomsBrand string // 品牌 DomesticSupply string // 货源地 FactoryName string // 工厂名称