|
@@ -17,7 +17,10 @@ const batchInfo = new Schema({
|
|
|
// 学校信息表
|
|
|
const schInfo = new Schema({
|
|
|
code: { type: String, required: false, maxLength: 200 }, // 学校code
|
|
|
- num: { type: String, required: false, maxLength: 200 }, // 人数
|
|
|
+ jynum: { type: String, required: false, maxLength: 200 }, // 就业人数
|
|
|
+ cynum: { type: String, required: false, maxLength: 200 }, // 创业人数
|
|
|
+ mznum: { type: String, required: false, maxLength: 200 }, // 少数民族人数
|
|
|
+ num: { type: String, required: false, maxLength: 200 }, // 总人数
|
|
|
});
|
|
|
|
|
|
// 期信息表
|