diff --git a/erp/accounting/product.go b/erp/accounting/product.go index b05a398..7c1f510 100644 --- a/erp/accounting/product.go +++ b/erp/accounting/product.go @@ -56,13 +56,10 @@ type ArgsProductAdd struct { } type ProductAdd struct { - PurchaseProductId int64 // 采购产品id - AccountingCount int64 // 做账数量 - CustomsSerial string // hs编码 - CustomsName string // 报关名称 - CustomsInvoiceUnit string // 开票单位 - InvoiceType int64 // 开票方式 1=按净重 2=按数量 - InvoiceCount decimal.Decimal // 开票数量 + PurchaseProductId int64 // 采购产品id + AccountingCount int64 // 做账数量 + InvoiceType int64 // 开票方式 1=按净重 2=按数量 + InvoiceCount decimal.Decimal // 开票数量 } // Add @TITLE 添加产品