Browse Source

Merge remote-tracking branch 'origin/master'

master
huangjiajun 14 hours ago
parent
commit
20952e894d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/model/egg_energy_team_assistance.go

+ 1
- 0
src/model/egg_energy_team_assistance.go View File

@@ -6,6 +6,7 @@ type EggEnergyTeamAssistance struct {
AssistedNum int `json:"assisted_num" xorm:"not null default 0 comment('助力人数') INT(11)"`
AssistedTimes int `json:"assisted_times" xorm:"not null default 0 comment('助力次数') INT(11)"`
RewardScore string `json:"reward_score" xorm:"not null default 0.00000000 comment('奖励积分数量') DECIMAL(20,8)"`
SignId int64 `json:"sign_id" xorm:"not null default 0 comment('签到id') BIGINT(20)"`
Date string `json:"date" xorm:"not null default '0000-00-00' comment('日期') CHAR(50)"`
CreateAt string `json:"create_at" xorm:"not null default 'CURRENT_TIMESTAMP' DATETIME"`
UpdateAt string `json:"update_at" xorm:"not null default 'CURRENT_TIMESTAMP' DATETIME"`


Loading…
Cancel
Save