From aae61234d2f5315430b290dd27d486d165dadd54 Mon Sep 17 00:00:00 2001 From: kanade Date: Wed, 19 Feb 2025 17:07:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp/accounting/product.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/erp/accounting/product.go b/erp/accounting/product.go index 7c1f510..b4ec9c6 100644 --- a/erp/accounting/product.go +++ b/erp/accounting/product.go @@ -20,6 +20,8 @@ type ProductItem struct { CustomsSerial string `json:"customsSerial"` CustomsName string `json:"customsName"` CustomsInvoiceUnit string `json:"customsInvoiceUnit"` + CountUnit string `json:"countUnit"` + RealCustomsInvoiceUnit string `json:"realCustomsInvoiceUnit"` InvoiceType int64 `json:"invoiceType"` InvoiceCount decimal.Decimal `json:"invoiceCount"` AccountingCount int64 `json:"accountingCount"`