|
@@ -12,6 +12,7 @@ const ClassSchema = {
|
|
planyearid: { type: String, required: false, maxLength: 200 }, // 大批次id
|
|
planyearid: { type: String, required: false, maxLength: 200 }, // 大批次id
|
|
headteacherid: { type: String, required: false, maxLength: 200 }, // 班主任id
|
|
headteacherid: { type: String, required: false, maxLength: 200 }, // 班主任id
|
|
lyteacherid: { type: String, required: false, maxLength: 200 }, // 礼仪课老师id
|
|
lyteacherid: { type: String, required: false, maxLength: 200 }, // 礼仪课老师id
|
|
|
|
+ rjteacherid: { type: String, required: false, maxLength: 200 }, // 日间助教老师id
|
|
yclocationid: { type: String, required: false, maxLength: 200 }, // 用餐地点id
|
|
yclocationid: { type: String, required: false, maxLength: 200 }, // 用餐地点id
|
|
kzjhlocationid: { type: String, required: false, maxLength: 200 }, // 拓展训练地点id
|
|
kzjhlocationid: { type: String, required: false, maxLength: 200 }, // 拓展训练地点id
|
|
kbyslocationid: { type: String, required: false, maxLength: 200 }, // 开班仪式地点id
|
|
kbyslocationid: { type: String, required: false, maxLength: 200 }, // 开班仪式地点id
|