|
@@ -11,8 +11,9 @@ const ClassSchema = {
|
|
|
headteacherid: { type: String, required: false, maxLength: 200 }, // 班主任id
|
|
|
lyteacherid: { 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
|
|
|
+ jslocationid: { type: String, required: false, maxLength: 200 }, // 教室位置id
|
|
|
lessonid: { type: String, required: false, maxLength: 200 }, // 课程表id
|
|
|
type: { type: String, required: false, maxLength: 200 }, // 类型:0-正常,1-特殊
|
|
|
};
|