Ver código fonte

更新

three
huangjiajun 10 meses atrás
pai
commit
0644a26627
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      app/db/model/user_virtual_coin_flow.go

+ 2
- 2
app/db/model/user_virtual_coin_flow.go Ver arquivo

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

Carregando…
Cancelar
Salvar