package model type TaVotingRules struct { RuleId int `xorm:"not null pk autoincr SMALLINT(6)"` RuleValue string `xorm:"TEXT"` Desc string `xorm:"TEXT"` Status int `xorm:"SMALLINT(6)"` }