|
@@ -36,8 +36,6 @@ public class ExamStudentDataBean implements JsonSerializable {
|
|
|
//试卷得分
|
|
|
private Double score;
|
|
|
|
|
|
- //下一个学生id
|
|
|
- private Long nextId;
|
|
|
|
|
|
//小题得分详情
|
|
|
private List<ExamStudentScoreDataBean> scoreDetails;
|
|
@@ -130,11 +128,4 @@ public class ExamStudentDataBean implements JsonSerializable {
|
|
|
this.scoreDetails = scoreDetails;
|
|
|
}
|
|
|
|
|
|
- public Long getNextId() {
|
|
|
- return nextId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setNextId(Long nextId) {
|
|
|
- this.nextId = nextId;
|
|
|
- }
|
|
|
}
|