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"`