浏览代码

更新

three
huangjiajun 11 个月前
父节点
当前提交
0644a26627
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      app/db/model/user_virtual_coin_flow.go

+ 2
- 2
app/db/model/user_virtual_coin_flow.go 查看文件

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

正在加载...
取消
保存