From 988fe40eaf7b747aa87af532005e5cc72c4cfe57 Mon Sep 17 00:00:00 2001 From: kanade Date: Mon, 20 Jan 2025 17:17: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/purchase/product.go | 1 + 1 file changed, 1 insertion(+) diff --git a/erp/purchase/product.go b/erp/purchase/product.go index b6d95ec..2087d0d 100644 --- a/erp/purchase/product.go +++ b/erp/purchase/product.go @@ -130,6 +130,7 @@ type ListAccountingItem struct { PurchasedCount int64 `json:"purchasedCount"` AccountingCount int64 `json:"accountingCount"` AccountedCount int64 `json:"accountedCount"` + ShippedCount int64 `json:"shippedCount"` } // ListAccounting @TITLE 做账商品列表