Explorar el Código

update

master
dengbiao hace 1 día
padre
commit
81406596ad
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      src/model/egg_sign_in.go

+ 2
- 0
src/model/egg_sign_in.go Ver fichero

@@ -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"`
}

Cargando…
Cancelar
Guardar