|
@@ -13,7 +13,7 @@ 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
|