You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
512 B

package TeacherModel
type TeacherCountAggsXxbxlx struct {
XxbxlxCode string `json:"xxbxlx_code"`
Count int `json:"count"`
}
type TeacherCountXxbxlx struct {
XxbxlxCode string `json:"xxbxlx_code"`
XxbxlxName string `json:"xxbxlx_name"`
Count int `json:"count"`
}
type TeacherCountAggsOrg struct {
OrgId string `json:"org_id"`
Count int `json:"count"`
}
type TeacherCountOrg struct {
OrgId string `json:"org_id"`
OrgName string `json:"org_name"`
Count int `json:"count"`
}