package models type TManIdentitysystem struct { IdentityId string `xorm:"not null VARCHAR(50)"` SystemId string `xorm:"not null VARCHAR(50)"` Help string `xorm:"default 'NULL' VARCHAR(50)"` }