|
|
@@ -27,4 +27,5 @@ type UserVirtualCoinFlow struct { |
|
|
|
TransferMoney string `json:"transfer_money" xorm:"not null default '0.000000' comment('转赠已撤回金额') INT(11)"` |
|
|
|
FreezeBeforeAmout string `json:"freeze_before_amout" xorm:" comment('变更前数量') DECIMAL(16,6)"` |
|
|
|
FreezeAfterAmout string `json:"freeze_after_amout" xorm:" comment('变更后数量') DECIMAL(16,6)"` |
|
|
|
State int `json:"state" xorm:"not null default 0 comment('兑换时目标币种id') INT(11)"` |
|
|
|
} |