From 6b77ed92ca1837d9b5bfcec8915996dee740d4f2 Mon Sep 17 00:00:00 2001 From: kanade Date: Thu, 21 Nov 2024 13:19:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp/accounting/product.go | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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 添加产品