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 做账商品列表