Browse Source

更新

three
huangjiajun 10 months ago
parent
commit
0644a26627
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/db/model/user_virtual_coin_flow.go

+ 2
- 2
app/db/model/user_virtual_coin_flow.go View File

@@ -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)"`
}

Loading…
Cancel
Save