|
|
@@ -31,6 +31,7 @@ type BlockStarChain struct { |
|
|
|
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)"` |
|
|
|
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"` |
|
|
|
UpdateAt time.Time `json:"update_at" xorm:"default 'CURRENT_TIMESTAMP' comment('更新时间') TIMESTAMP"` |
|
|
|
SellLimit string `json:"sell_limit" xorm:"comment('挂卖条件') TEXT"` |
|
|
|