|
@@ -8,6 +8,7 @@ const TrainmodelSchema = {
|
|
|
day: { type: String, required: false, maxLength: 200 }, // 课程所需天数
|
|
|
color: { type: [ String ], required: false }, // 默认颜色
|
|
|
planyearid: { type: String, required: true, maxLength: 200 }, // 大批次id
|
|
|
+ planid: { type: String, required: true, maxLength: 200 }, // 计划id
|
|
|
batchnum: { type: String, required: false, maxLength: 200 }, // 默认期下生成的批次数
|
|
|
classnum: { type: String, required: false, maxLength: 200 }, // 默认批次下生成的班级数
|
|
|
stunum: { type: String, required: false, maxLength: 200 }, // 默认每班学生数
|