|
@@ -9,6 +9,8 @@ const TrainmodelSchema = {
|
|
color: { type: [ String ], required: false }, // 默认颜色
|
|
color: { type: [ String ], required: false }, // 默认颜色
|
|
batchnum: { type: String, required: false, maxLength: 200 }, // 默认期下生成的批次数
|
|
batchnum: { type: String, required: false, maxLength: 200 }, // 默认期下生成的批次数
|
|
classnum: { 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 }, // 默认每辆车的学生数
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|