reloaded 5 年之前
父節點
當前提交
c52f33f14c
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      app/model/trainplan.js

+ 4 - 1
app/model/trainplan.js

@@ -17,7 +17,10 @@ const batchInfo = new Schema({
 // 学校信息表
 // 学校信息表
 const schInfo = new Schema({
 const schInfo = new Schema({
   code: { type: String, required: false, maxLength: 200 }, // 学校code
   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 }, // 总人数
 });
 });
 
 
 // 期信息表
 // 期信息表