|
|
|
@ -11,5 +11,5 @@ type TBaseTeacherOrg struct {
|
|
|
|
|
DistrictCode string `xorm:"not null default '''' comment('所在区行政区划码') CHAR(6)"`
|
|
|
|
|
MainSchoolId string `xorm:"not null default '''' comment('主校ID') CHAR(36)"`
|
|
|
|
|
SortId int32 `xorm:"not null comment('排序号(在获取信息时如果排序号大于9999,前台不显示)') INT(11)"`
|
|
|
|
|
IsMain int32 `xorm:"not null default 1 comment('是不是主单位、主部门') INT(255)"`
|
|
|
|
|
IsMain int32 `xorm:"not null default 1 comment('是不是主单位、主部门,待删除') INT(255)"`
|
|
|
|
|
}
|
|
|
|
|