|
@@ -9,6 +9,7 @@ const ClassSchema = {
|
|
|
batch: { type: String, required: false, maxLength: 200 }, // 批次
|
|
|
term: { type: String, required: false, maxLength: 200 }, // 期
|
|
|
headteacherid: { type: String, required: false, maxLength: 200 }, // 班主任id
|
|
|
+ lyteacherid: { type: String, required: false, maxLength: 200 }, // 礼仪课老师id
|
|
|
type: { type: String, required: false, maxLength: 200 }, // 类型:0-正常,1-特殊
|
|
|
};
|
|
|
|