互动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
839 B

package models
//签到规则
//type SignRule struct {
// Id int64 `json:"id"`
// ActivityId int64 `json:"activity_id" description:"主活动签到活动的id"`
// SignModel string `json:"sign_model" description:"[普通签到|设备人脸识别|H5人脸识别|扫码签到|手环签到|手绘签到|ibeacon签到] 签到模式"`
// MaxModel string `json:"max_model" description:"[logo墙|数字看板|] 大屏类型"`
// OnlyEntered string `json:"only_entered" description:"[允许|不允许] 允许不报名的和不允许不报名的"`
// IsDelete bool `json:"is_delete" xorm:"default(0)" description:"是否删除"`
// CreatedAt time.Time `json:"created_at" xorm:"created" description:"创建时间"`
// UpdatedAt time.Time `json:"updated_at" xorm:"updated" description:"更新时间"`
//}