package models type TUserPortal struct { PersonId string `xorm:"not null pk comment('人员ID') CHAR(36)"` SortedSystemIds string `xorm:"not null comment('自定义的系统顺序') TEXT"` }