package model type TaDashboardSetting struct { SettingId string `xorm:"not null pk VARCHAR(64)"` SettingName string `xorm:"VARCHAR(255)"` CompId string `xorm:"VARCHAR(64)"` Owner string `xorm:"VARCHAR(64)"` ForType string `xorm:"VARCHAR(100)"` Status int `xorm:"SMALLINT(6)"` SortNo int `xorm:"SMALLINT(6)"` Group int `xorm:"SMALLINT(6)"` }