reloaded 4 yıl önce
ebeveyn
işleme
c52f33f14c
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  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 }, // 总人数
 });
 
 // 期信息表