智慧保安后台管理-外网
tangzy
2021-09-24 1fef68e9f4163bb6ccca938057f16f87fa475453
src/main/java/org/springblade/modules/exam/vo/ExamScoreVO.java
@@ -34,4 +34,26 @@
    * 考试类型
    */
   private Integer examType;
   /**
    * 是否考试  1:否  2:是,考试结束  3:考试中
    */
   private Integer isExam;
   /**
    * 用户名
    */
   private String account;
   /**
    * 部门id
    */
   private Long deptId;
   /**
    * 培训公司id
    */
   private Long trainUnitId;
}