|
|
@ -15,7 +15,7 @@ type RealSignList struct { |
|
|
|
|
|
|
|
ActivityId int64 `json:"activity_id" xorm:"not null default 0 comment('主活动id') INT(11)"` |
|
|
|
JsonList string `json:"json_list" xorm:"not null comment('名单记录') TEXT"` |
|
|
|
Status int `json:"status" xorm:"not null comment('是否已被验证[0/1]') TINYINT(1)"` |
|
|
|
Status int `json:"status" xorm:"not null default 0 comment('是否已被验证[0/1]') TINYINT(1)"` |
|
|
|
} |
|
|
|
|
|
|
|
func (t *RealSignList) TableName() string { |
|
|
|