package models type TGovAreaLevel struct { AreaLevelId int32 `xorm:"not null pk comment('区域级别ID') INT(11)"` AreaLevelName string `xorm:"not null comment('区域级别名称') VARCHAR(255)"` }