Explorar el Código

增加类型字段

liuyu hace 5 años
padre
commit
e22c4a9c9d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/model/schtime.js

+ 1 - 0
app/model/schtime.js

@@ -6,6 +6,7 @@ const termInfo = new Schema({
   termnum: { type: String, required: false, maxLength: 200 }, // 期数
   termnum: { type: String, required: false, maxLength: 200 }, // 期数
   termid: { type: String, required: false, maxLength: 200 }, // 期id
   termid: { type: String, required: false, maxLength: 200 }, // 期id
   number: { type: String, required: false, maxLength: 200 }, // 人数
   number: { type: String, required: false, maxLength: 200 }, // 人数
+  type: { type: String, required: false, maxLength: 200 }, // 类别
 });
 });
 
 
 // 培训计划学校上报时间表
 // 培训计划学校上报时间表