Browse Source

Merge remote-tracking branch 'origin/master'

master
huangjiajun 1 day ago
parent
commit
4b6573d9eb
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/model/egg_sign_in.go

+ 2
- 0
src/model/egg_sign_in.go View File

@@ -12,4 +12,6 @@ type EggSignIn struct {
TotalPersonEggPointsAmountValue string `json:"total_person_egg_points_amount_value" xorm:"not null comment('个人蛋蛋积分值-金额价值') DECIMAL(28,8)"`
TotalTeamEggPointsAmountValue string `json:"total_team_egg_points_amount_value" xorm:"not null comment('团队蛋蛋积分值-金额价值') DECIMAL(28,8)"`
IsCompleted int `json:"is_completed" xorm:"not null default 0 comment('是否完成(0:未完成 1:已完成)') 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"`
}

Loading…
Cancel
Save