package models type TBaseSchoolFsb struct { Id string `xorm:"not null pk comment('主键') CHAR(36)"` BureauId string `xorm:"not null comment('学校ID') CHAR(36)"` Fsxxbxlxm string `xorm:"not null comment('学校附设班办学类型') CHAR(3)"` BUse int32 `xorm:"not null comment('是否启用 -2:未启用 1:启用') TINYINT(1)"` }