添加字段

This commit is contained in:
守护自己的云 2025-01-20 16:33:31 +08:00
parent 4b31cc9610
commit a25d44737c

View File

@ -107,6 +107,7 @@ type ListAccountingSearch struct {
ProductSerial string // 货号 ProductSerial string // 货号
ProductCustomSerial string // 客户货号 ProductCustomSerial string // 客户货号
PoSerial string // PO PoSerial string // PO
HasAccounting int64 // 做账 1=可做账 2=不可做账
} }
type ReplyListAccounting struct { type ReplyListAccounting struct {
@ -126,6 +127,9 @@ type ListAccountingItem struct {
Num *int64 `json:"num"` Num *int64 `json:"num"`
Volume *decimal.Decimal `json:"volume"` Volume *decimal.Decimal `json:"volume"`
GrossWeight *decimal.Decimal `json:"grossWeight"` GrossWeight *decimal.Decimal `json:"grossWeight"`
PurchasedCount int64 `json:"purchasedCount"`
AccountingCount int64 `json:"accountingCount"`
AccountedCount int64 `json:"accountedCount"`
} }
// ListAccounting @TITLE 做账商品列表 // ListAccounting @TITLE 做账商品列表