|
@@ -9,6 +9,8 @@ const TrainmodelSchema = {
|
|
|
color: { type: [ String ], required: false },
|
|
|
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 },
|
|
|
};
|
|
|
|
|
|
|