|
@@ -7,6 +7,7 @@ const TrainmodelSchema = {
|
|
|
total: { type: String, required: false, maxLength: 200 }, // 总人数
|
|
|
day: { type: String, required: false, maxLength: 200 }, // 课程所需天数
|
|
|
color: { type: [ String ], required: false }, // 默认颜色
|
|
|
+ planyearid: { 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 }, // 默认每班学生数
|