|
|
@@ -25,6 +25,6 @@ type UserVirtualCoinFlow struct { |
|
|
|
TransferId int `json:"transfer_id" xorm:"not null default 0 comment('转赠关联id') INT(11)"` |
|
|
|
ToUid int `json:"to_uid" xorm:"not null default 0 comment('转赠的用户id') INT(11)"` |
|
|
|
TransferMoney string `json:"transfer_money" xorm:"not null default '0.000000' comment('转赠已撤回金额') INT(11)"` |
|
|
|
FreezeBeforeAmout string `json:"freeze_before_amout" xorm:"not null comment('变更前数量') DECIMAL(16,6)"` |
|
|
|
FreezeAfterAmout string `json:"freeze_after_amout" xorm:"not null comment('变更后数量') DECIMAL(16,6)"` |
|
|
|
FreezeBeforeAmout string `json:"freeze_before_amout" xorm:" comment('变更前数量') DECIMAL(16,6)"` |
|
|
|
FreezeAfterAmout string `json:"freeze_after_amout" xorm:" comment('变更后数量') DECIMAL(16,6)"` |
|
|
|
} |