修改需求

This commit is contained in:
守护自己的云 2024-11-20 10:57:44 +08:00
parent b08c8c007f
commit 54e2345f3a

View File

@ -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 // 封号
}