|
@@ -53,7 +53,7 @@ const TeacherSchema = {
|
|
|
birthday: { type: String, required: false, maxLength: 200, zh: '出生年月' }, // 出生年月
|
|
|
entrydate: { type: String, required: false, maxLength: 200, zh: '入职时间' }, // 入职时间
|
|
|
politics: { type: String, required: false, maxLength: 200, zh: '政治面貌' }, // 政治面貌
|
|
|
- department: { type: String, required: false, maxLength: 200, zh: '所在部门' }, // 所在部门
|
|
|
+ department: { type: String, required: false, maxLength: 200, zh: '所在单位' }, // 所在单位
|
|
|
job: { type: String, required: false, maxLength: 200, zh: '职务' }, // 职务
|
|
|
protitle: { type: String, required: false, maxLength: 200, zh: '职称' }, // 职称
|
|
|
education: { type: String, required: false, maxLength: 200, zh: '最后学历' }, // 最后学历
|