huangjiajun 10 mesi fa
parent
commit
0644a26627
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      app/db/model/user_virtual_coin_flow.go

+ 2
- 2
app/db/model/user_virtual_coin_flow.go Vedi 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)"`
}

Caricamento…
Annulla
Salva