dengbiao пре 1 недеља
родитељ
комит
17c8c3d094
1 измењених фајлова са 0 додато и 1 уклоњено
  1. +0
    -1
      src/model/egg_energy_available_energy_flow.go

+ 0
- 1
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)"`


Loading…
Откажи
Сачувај