diff --git a/erp/shipment/modify/saleProduct.go b/erp/shipment/modify/saleProduct.go index c466013..eb9f597 100644 --- a/erp/shipment/modify/saleProduct.go +++ b/erp/shipment/modify/saleProduct.go @@ -15,6 +15,7 @@ type saleProduct struct { type SaleProductItem struct { Id int64 `json:"id"` Mold int64 `json:"mold"` + MoldCount int64 `json:"moldCount"` ParentSaleProductId int64 `json:"parentSaleProductId"` SaleProductId int64 `json:"saleProductId"` PiSerial string `json:"piSerial"`