diff --git a/erp/sale/product.go b/erp/sale/product.go index 49e2abb..3a2cff7 100644 --- a/erp/sale/product.go +++ b/erp/sale/product.go @@ -150,6 +150,7 @@ type ArgsProductAdd struct { type ProductAdd struct { ProductId int64 // 产品id Serial string // 货号 + PO string // PO CustomSerial string // 客户货号 Name string // 中文品名 EngName string // 英文品名