添加字段

This commit is contained in:
守护自己的云 2025-01-20 17:17:22 +08:00
parent a25d44737c
commit 988fe40eaf

View File

@ -130,6 +130,7 @@ type ListAccountingItem struct {
PurchasedCount int64 `json:"purchasedCount"` PurchasedCount int64 `json:"purchasedCount"`
AccountingCount int64 `json:"accountingCount"` AccountingCount int64 `json:"accountingCount"`
AccountedCount int64 `json:"accountedCount"` AccountedCount int64 `json:"accountedCount"`
ShippedCount int64 `json:"shippedCount"`
} }
// ListAccounting @TITLE 做账商品列表 // ListAccounting @TITLE 做账商品列表