diff --git a/src/model/egg_energy_available_energy_flow.go b/src/model/egg_energy_available_energy_flow.go index e9511ce..ef02f41 100644 --- a/src/model/egg_energy_available_energy_flow.go +++ b/src/model/egg_energy_available_energy_flow.go @@ -2,7 +2,6 @@ package model type EggEnergyAvailableEnergyFlow struct { Id int64 `json:"id" xorm:"pk autoincr BIGINT(20)"` - CoinId int `json:"coin_id" xorm:"not null comment('虚拟币id') INT(11)"` Kind int `json:"kind" xorm:"not null default 1 comment('种类(1:个人蛋蛋积分兑换 2:团队蛋蛋积分兑换 3:余额兑换蛋蛋能量 4:蛋蛋能量兑换余额 5:星级分红 6:社区分红 7:平台盈利)') TINYINT(1)"` Title string `json:"title" xorm:"not null default '' comment('标题') VARCHAR(255)"` BeforePrice string `json:"before_price" xorm:"not null default 0.0000000000 comment('变更前-价格') DECIMAL(28,10)"`