修改结汇
This commit is contained in:
parent
8f4259fdd9
commit
adfe4a7a0d
@ -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"`
|
||||
}
|
||||
|
||||
|
@ -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"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user