|
@@ -71,6 +71,12 @@ const TeacherSchema = {
|
|
xsscore: { type: String, required: false, maxLength: 200 }, // 学生评分
|
|
xsscore: { type: String, required: false, maxLength: 200 }, // 学生评分
|
|
file: { type: [ FileInfo ], select: false }, // 资料,教案PPT视频等
|
|
file: { type: [ FileInfo ], select: false }, // 资料,教案PPT视频等
|
|
status: { type: String, required: false, maxLength: 200, default: '0' },
|
|
status: { type: String, required: false, maxLength: 200, default: '0' },
|
|
|
|
+ withpersonal: { type: String, required: false, maxLength: 200 }, // 与人合作
|
|
|
|
+ career: { type: String, required: false, maxLength: 200 },
|
|
|
|
+ training: { type: String, required: false, maxLength: 200 },
|
|
|
|
+ nation: { type: String, required: false, maxLength: 200 },
|
|
|
|
+ qq: { type: String, required: false, maxLength: 200 },
|
|
|
|
+ mobile: { type: String, required: false, maxLength: 200 },
|
|
// 状态:0-注册,1-确认身份,2-资料评分,3-面试评分,4-确认入库
|
|
// 状态:0-注册,1-确认身份,2-资料评分,3-面试评分,4-确认入库
|
|
};
|
|
};
|
|
|
|
|