From 8c7cf0ba64379009c9b2db4b39ee47772a71fce1 Mon Sep 17 00:00:00 2001 From: kanade Date: Fri, 21 Feb 2025 10:07:56 +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, 1 insertion(+), 1 deletion(-) diff --git a/erp/accounting/product.go b/erp/accounting/product.go index b4ec9c6..aff07c4 100644 --- a/erp/accounting/product.go +++ b/erp/accounting/product.go @@ -20,7 +20,7 @@ type ProductItem struct { CustomsSerial string `json:"customsSerial"` CustomsName string `json:"customsName"` CustomsInvoiceUnit string `json:"customsInvoiceUnit"` - CountUnit string `json:"countUnit"` + CustomsUnit string `json:"customsUnit"` RealCustomsInvoiceUnit string `json:"realCustomsInvoiceUnit"` InvoiceType int64 `json:"invoiceType"` InvoiceCount decimal.Decimal `json:"invoiceCount"`