package models type TAppIdentity struct { AppId string `xorm:"not null pk comment('系统ID') index CHAR(36)"` IdentityId int32 `xorm:"not null pk comment('身份ID') INT(11)"` }