|
@@ -5,7 +5,7 @@ const metaPlugin = require('naf-framework-mongoose/lib/model/meta-plugin');
|
|
// 班主任全年计划表
|
|
// 班主任全年计划表
|
|
const TeaplanSchema = {
|
|
const TeaplanSchema = {
|
|
trainplanid: { type: String, required: true, maxLength: 200 }, // 培训计划表id
|
|
trainplanid: { type: String, required: true, maxLength: 200 }, // 培训计划表id
|
|
- nomonth: { type: [ String ], required: false, maxLength: 200 }, // 不能上课的月份(数组)
|
|
|
|
|
|
+ nodate: { type: [ String ], required: false, maxLength: 200 }, // 不能上课的日期(数组)
|
|
classid: { type: String, required: false, maxLength: 200 }, // 班id
|
|
classid: { type: String, required: false, maxLength: 200 }, // 班id
|
|
headteacherid: { type: String, required: false, maxLength: 200 }, // 班主任id
|
|
headteacherid: { type: String, required: false, maxLength: 200 }, // 班主任id
|
|
};
|
|
};
|