diff --git a/erp/accounting/product.go b/erp/accounting/product.go index aff07c4..544b2ac 100644 --- a/erp/accounting/product.go +++ b/erp/accounting/product.go @@ -86,6 +86,7 @@ type ProductEdit struct { CustomsSerial string // hs编码 CustomsName string // 报关名称 CustomsInvoiceUnit string // 开票单位 + MeasureUnit string // 报关单位 InvoiceType int64 // 开票方式 1=按净重 2=按数量 InvoiceCount decimal.Decimal // 开票数量 }