修改结汇

This commit is contained in:
守护自己的云 2025-03-14 17:11:08 +08:00
parent 8f4259fdd9
commit adfe4a7a0d
2 changed files with 27 additions and 25 deletions

View File

@ -40,6 +40,7 @@ type GiftItem struct {
Sort int64 `json:"sort"`
IsSerial int64 `json:"isSerial"`
IsCustoms int64 `json:"isCustoms"`
IsExchangeSettlement int64 `json:"isExchangeSettlement"`
CreatedAt *time.Time `json:"createdAt"`
}

View File

@ -80,6 +80,7 @@ type SaleProductItem struct {
PurchaseAmount decimal.Decimal `json:"purchaseAmount"`
IsSerial int64 `json:"isSerial"`
IsCustoms int64 `json:"isCustoms"`
IsExchangeSettlement int64 `json:"isExchangeSettlement"`
CreatedAt *time.Time `json:"createdAt"`
UpdatedAt *time.Time `json:"updatedAt"`
Children []*SaleProductItem `json:"children"`