This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
packagemodels
typeTBaseOrganizationManagerstruct{
Idstring`xorm:"not null pk CHAR(36)"`
PersonIdstring`xorm:"not null default '''' comment('人员ID') index CHAR(36)"`
BureauIdstring`xorm:"not null default '''' comment('单位ID') index CHAR(36)"`
OrgIdstring`xorm:"not null default '''' comment('部门ID') index CHAR(36)"`