diff --git a/erp/shipment/saleProduct.go b/erp/shipment/saleProduct.go index 34b5c6d..88778e7 100644 --- a/erp/shipment/saleProduct.go +++ b/erp/shipment/saleProduct.go @@ -71,6 +71,7 @@ type SaleProductItem struct { Remark4 string `json:"remark4"` Remark5 string `json:"remark5"` Remark6 string `json:"remark6"` + RemarkImg string `json:"remarkImg"` ContainerNumber string `json:"containerNumber"` SealNumber string `json:"sealNumber"` PurchasePrice decimal.Decimal `json:"purchasePrice"` @@ -145,6 +146,7 @@ type SaleProductAdd struct { Remark4 string // 备注4 Remark5 string // 备注5 Remark6 string // 备注6 + RemarkImg string // 图片备注 ContainerNumber string // 箱号 SealNumber string // 封号 } @@ -208,6 +210,7 @@ type SaleProductEdit struct { Remark4 string // 备注4 Remark5 string // 备注5 Remark6 string // 备注6 + RemarkImg string // 图片备注 ContainerNumber string // 箱号 SealNumber string // 封号 }