Преглед изворни кода

add 区块星链

tags/v2.1.4
DengBiao пре 2 година
родитељ
комит
c11e275699
1 измењених фајлова са 1 додато и 0 уклоњено
  1. +1
    -0
      db/model/block_star_chain.go

+ 1
- 0
db/model/block_star_chain.go Прегледај датотеку

@@ -31,6 +31,7 @@ type BlockStarChain struct {
OtherForUserLevel string `json:"other_for_user_level" xorm:"comment('其他分红对应会员等级') TEXT"` OtherForUserLevel string `json:"other_for_user_level" xorm:"comment('其他分红对应会员等级') TEXT"`
RewardDestroyCoinRate string `json:"reward_destroy_coin_rate" xorm:"not null default 70.00 comment('商家打赏销毁区块币比例') DECIMAL(5,2)"` RewardDestroyCoinRate string `json:"reward_destroy_coin_rate" xorm:"not null default 70.00 comment('商家打赏销毁区块币比例') DECIMAL(5,2)"`
RewardSettings string `json:"reward_settings" xorm:"comment('奖励设置') TEXT"` RewardSettings string `json:"reward_settings" xorm:"comment('奖励设置') TEXT"`
SettlementDate string `json:"settlement_date" xorm:"not null default '0000-00' comment('结算日期') CHAR(50)"`
CreateAt time.Time `json:"create_at" xorm:"not null default 'CURRENT_TIMESTAMP' comment('创建时间') TIMESTAMP"` CreateAt time.Time `json:"create_at" xorm:"not null default 'CURRENT_TIMESTAMP' comment('创建时间') TIMESTAMP"`
UpdateAt time.Time `json:"update_at" xorm:"default 'CURRENT_TIMESTAMP' comment('更新时间') TIMESTAMP"` UpdateAt time.Time `json:"update_at" xorm:"default 'CURRENT_TIMESTAMP' comment('更新时间') TIMESTAMP"`
SellLimit string `json:"sell_limit" xorm:"comment('挂卖条件') TEXT"` SellLimit string `json:"sell_limit" xorm:"comment('挂卖条件') TEXT"`


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