|
@@ -25,6 +25,15 @@ public class TEExamStudentDto implements Serializable {
|
|
|
private String classNo;//教学班级
|
|
|
private Long activityId;//场次id
|
|
|
private String activityCode;//场次代码
|
|
|
+ private Long examId;//考试批次id
|
|
|
+
|
|
|
+ public Long getExamId() {
|
|
|
+ return examId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setExamId(Long examId) {
|
|
|
+ this.examId = examId;
|
|
|
+ }
|
|
|
|
|
|
public Long getActivityId() {
|
|
|
return activityId;
|