tangzy
2021-12-09 486f6cda7ccd893f7ff91c088b2f26b991a08f2b
src/main/java/org/springblade/modules/exam/vo/ExamScoreVO.java
@@ -16,6 +16,11 @@
   private static final long serialVersionUID = 1L;
   /**
    * 公司名称
    */
   private String companyName;
   /**
    * 试卷id
    */
   private Long papersId;
@@ -24,4 +29,19 @@
    * 考勤提交的结果
    */
   private List<ExamResultVO> examResultVOS;
   /**
    * 开始时间
    */
   private String startTime;
   /**
    * 结束时间
    */
   private String endTime;
   /**
    * 辖区
    */
   private String jurisdiction;
}