|
@@ -10,6 +10,7 @@ const SchoolSchema = {
|
|
|
level: { type: String, required: false, maxLength: 500 }, // 高校层次
|
|
|
address: { type: String, required: false, maxLength: 500 }, // 高校地址
|
|
|
number: { type: String, required: false, maxLength: 500 }, // 人数
|
|
|
+ hascar: { type: String, required: false, maxLength: 500 }, // 是否派车,0-否,1-是
|
|
|
};
|
|
|
|
|
|
|