Browse Source

果园

master
huangjiajun 1 week ago
parent
commit
e1cc279702
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/models/happy_orchard_basic_setting.go

+ 2
- 0
src/models/happy_orchard_basic_setting.go View File

@@ -33,4 +33,6 @@ type HappyOrchardBasicSetting struct {
VirtualRewardIsAutoSend int `json:"virtual_reward_is_auto_send" xorm:"not null default 0 comment('虚拟奖品是否自动发放(1:是 2:否)') TINYINT(1)"`
CreateAt string `json:"create_at" xorm:"not null default 'CURRENT_TIMESTAMP' DATETIME"`
UpdateAt string `json:"update_at" xorm:"not null default 'CURRENT_TIMESTAMP' DATETIME"`
SignAdvId int `json:"sign_adv_id" xorm:"not null default 0 comment('签到看的广告ID') TINYINT(1)"`
IsCanMultiple int `json:"is_can_multiple" xorm:"not null default 0 comment('是否有翻倍 0否 1是') TINYINT(1)"`
}

Loading…
Cancel
Save