Browse Source

更新

master
huangjiajun 1 year ago
parent
commit
3d5928451a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      db/model/subsidy_base.go

+ 1
- 1
db/model/subsidy_base.go View File

@@ -3,7 +3,7 @@ package model
type SubsidyBase struct {
Id int `json:"id" xorm:"not null pk autoincr INT(11)"`
IsOpen int `json:"is_open" xorm:"default 0 comment('功能开关:') INT(1)"`
LvList string `json:"lv_list" xorm:"comment('json [] 兑换等级:') VARCHAR(255)"`
LvId string `json:"lv_id" xorm:"comment('json [] 兑换等级:') VARCHAR(255)"`
FloatSubsidyOpen int `json:"float_subsidy_open" xorm:"default 0 comment('浮动补贴比例:') INT(1)"`
BaseSubsidyMoney string `json:"base_subsidy_money" xorm:"default 0.00 comment('补贴基础金额设置:') DECIMAL(20,2)"`
ConsumptionIntegral string `json:"consumption_integral" xorm:"not null default 0.00 comment('消费积分数量') DECIMAL(20,2)"`


Loading…
Cancel
Save