diff --git a/erp/shipment/saleProduct.go b/erp/shipment/saleProduct.go index eaa7f90..c47202c 100644 --- a/erp/shipment/saleProduct.go +++ b/erp/shipment/saleProduct.go @@ -65,6 +65,7 @@ type SaleProductItem struct { TaxExemption string `json:"taxExemption"` ItemNumber string `json:"itemNumber"` Texture string `json:"texture"` + EngTexture string `json:"engTexture"` Remark1 string `json:"remark1"` Remark2 string `json:"remark2"` Remark3 string `json:"remark3"` @@ -139,6 +140,7 @@ type SaleProductAdd struct { FactoryName string // 工厂名称 HsSerial int64 // 是否商检 1=商检 2=未商检 Texture string // 材质 + EngTexture string // 英文材质 EpmNo string // EPM NO TaxExemption string // 免征税 ItemNumber string // 项号 @@ -205,6 +207,7 @@ type SaleProductEdit struct { FactoryName string // 工厂名称 HsSerial int64 // 是否商检 1=商检 2=未商检 Texture string // 材质 + EngTexture string // 英文材质 EpmNo string // EPM NO TaxExemption string // 免征税 ItemNumber string // 项号