package model type TaLuckdrawImg struct { ImgId string `xorm:"not null VARCHAR(64)"` LuckdrawId string `xorm:"VARCHAR(64)"` ImgUrl string `xorm:"TEXT"` Status int `xorm:"SMALLINT(6)"` OrgId string `xorm:"VARCHAR(64)"` }