parent
30dbfcc226
commit
81b87d976e
@ -1,6 +1,6 @@
|
|||||||
package models
|
package models
|
||||||
|
|
||||||
type TBaseOrganizationFsb struct {
|
type TBaseSchoolFsb struct {
|
||||||
Id string `xorm:"not null pk comment('主键') CHAR(36)"`
|
Id string `xorm:"not null pk comment('主键') CHAR(36)"`
|
||||||
BureauId string `xorm:"not null comment('学校ID') CHAR(36)"`
|
BureauId string `xorm:"not null comment('学校ID') CHAR(36)"`
|
||||||
Fsxxbxlxm string `xorm:"not null comment('学校附设班办学类型') CHAR(3)"`
|
Fsxxbxlxm string `xorm:"not null comment('学校附设班办学类型') CHAR(3)"`
|
Loading…
Reference in new issue