瀏覽代碼

1

tags/v0.0.2
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…
取消
儲存