package models type TManSystemrule struct { SystemId string `xorm:"not null VARCHAR(50)"` RuleId string `xorm:"not null VARCHAR(50)"` }