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.
|
|
package models
//投票活动
//type VoteActivity struct {
// Id int64 `json:"id"`
// ActivityId int64 `json:"activity_id" description:"活动的id"`
// VoteActivityName string `json:"vote_activity_name" description:"投票轮次名称"`
// VoteRule *VoteRule `json:"vote_rule" xorm:"-" 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:"更新时间"`
//}
|