Administrator
2021-08-20 7e52bfdb9f4a29c37c341d3c626ee63c416be7a7
src/main/java/org/springblade/modules/exam/vo/ExamScoreVO.java
@@ -21,7 +21,7 @@
   private String companyName;
   /**
    * 试卷id
    * 考试id,提交成绩时用
    */
   private Long papersId;
@@ -29,4 +29,21 @@
    * 考勤提交的结果
    */
   private List<ExamResultVO> examResultVOS;
   /**
    * 考试类型
    */
   private Integer examType;
   /**
    * 是否考试  1:否  2:是,考试结束  3:考试中
    */
   private Integer isExam;
   /**
    * 用户名
    */
   private String account;
}