src/main/java/org/springblade/modules/exam/vo/ExamScoreVO.java
@@ -16,7 +16,12 @@ private static final long serialVersionUID = 1L; /** * 试卷id * 公司名称 */ private String companyName; /** * 考试id,提交成绩时用 */ private Long papersId; @@ -24,4 +29,9 @@ * 考勤提交的结果 */ private List<ExamResultVO> examResultVOS; /** * 考试类型 */ private Integer examType; }