From 08363052cecb30230a2c8b3eba791ca8d1be00a5 Mon Sep 17 00:00:00 2001 From: Administrator <admin> Date: Tue, 31 Aug 2021 15:32:38 +0800 Subject: [PATCH] 二维码生成地址修改,保安证编码生成修改 --- src/main/java/org/springblade/modules/exam/vo/ExamScoreVO.java | 24 +++++++++++++++++++++++- 1 files changed, 23 insertions(+), 1 deletions(-) diff --git a/src/main/java/org/springblade/modules/exam/vo/ExamScoreVO.java b/src/main/java/org/springblade/modules/exam/vo/ExamScoreVO.java index e1189f0..9805b53 100644 --- a/src/main/java/org/springblade/modules/exam/vo/ExamScoreVO.java +++ b/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,26 @@ * 考勤提交的结果 */ private List<ExamResultVO> examResultVOS; + + /** + * 考试类型 + */ + private Integer examType; + + + /** + * 是否考试 1:否 2:是,考试结束 3:考试中 + */ + private Integer isExam; + + /** + * 用户名 + */ + private String account; + + /** + * 部门id + */ + private Long deptId; + } -- Gitblit v1.9.3