|
@@ -20,6 +20,8 @@ public class MarkResultBean implements JsonSerializable {
|
|
|
|
|
|
private Long markRangeId;
|
|
|
|
|
|
+ private Long examRecordDataId;
|
|
|
+
|
|
|
private Long studentPaperId;
|
|
|
|
|
|
private Double score;
|
|
@@ -298,6 +300,14 @@ public class MarkResultBean implements JsonSerializable {
|
|
|
public void setIdentityNumber(String identityNumber) {
|
|
|
this.identityNumber = identityNumber;
|
|
|
}
|
|
|
+
|
|
|
+ public Long getExamRecordDataId() {
|
|
|
+ return examRecordDataId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setExamRecordDataId(Long examRecordDataId) {
|
|
|
+ this.examRecordDataId = examRecordDataId;
|
|
|
+ }
|
|
|
|
|
|
|
|
|
}
|