|
@@ -10,6 +10,7 @@ const TrainmodelSchema = {
|
|
|
batchnum: { type: String, required: false, maxLength: 200 }, // 默认期下生成的批次数
|
|
|
classnum: { type: String, required: false, maxLength: 200 }, // 默认批次下生成的班级数
|
|
|
stunum: { type: String, required: false, maxLength: 200 }, // 默认每班学生数
|
|
|
+ carpnum: { type: String, required: false, maxLength: 200 }, // 默认每辆车的学生数
|
|
|
};
|
|
|
|
|
|
|