reloaded 4 년 전
부모
커밋
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({
   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 }, // 总人数
 });
 
 // 期信息表