添加字段

This commit is contained in:
守护自己的云 2025-02-11 14:56:37 +08:00
parent 5efb5e818f
commit b5d7ff4b91

View File

@ -107,6 +107,7 @@ type ArgsSaleProductAdd struct {
type SaleProductAdd struct {
SaleProductId int64 // 销售商品id
CustomSerial string // 客户货号
PackageDescription string // 包装描述
PackageEngDescription string // 包装英文描述
Name string // 中文品名
EngName string // 英文品名