From 024afd1910582b1c9bc23e937d3e19e8a04791c0 Mon Sep 17 00:00:00 2001 From: kanade Date: Tue, 11 Feb 2025 16:14:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp/shipment/saleProduct.go | 3 +++ 1 file changed, 3 insertions(+) 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 // 项号