添加字段
This commit is contained in:
parent
b5d7ff4b91
commit
024afd1910
@ -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 // 项号
|
||||
|
Loading…
x
Reference in New Issue
Block a user