tangzy
2021-08-25 f66856f80d0db11adff5c6dd5f86aa375f86c199
src/main/java/org/springblade/modules/exam/vo/ExamScoreVO.java
@@ -34,4 +34,21 @@
    * 考试类型
    */
   private Integer examType;
   /**
    * 是否考试  1:否  2:是,考试结束  3:考试中
    */
   private Integer isExam;
   /**
    * 用户名
    */
   private String account;
   /**
    * 部门id
    */
   private Long deptId;
}