|
@@ -34,10 +34,6 @@ public class ReexamListBean implements Serializable {
|
|
@ApiModelProperty(name = "考生id")
|
|
@ApiModelProperty(name = "考生id")
|
|
private Long examStudentId;
|
|
private Long examStudentId;
|
|
|
|
|
|
- @JsonSerialize(using = ToStringSerializer.class)
|
|
|
|
- @ApiModelProperty(name = "考试记录id")
|
|
|
|
- private Long examRecordId;
|
|
|
|
-
|
|
|
|
@ApiModelProperty(name = "证件号")
|
|
@ApiModelProperty(name = "证件号")
|
|
private String identity;
|
|
private String identity;
|
|
|
|
|
|
@@ -167,14 +163,6 @@ public class ReexamListBean implements Serializable {
|
|
this.examStudentId = examStudentId;
|
|
this.examStudentId = examStudentId;
|
|
}
|
|
}
|
|
|
|
|
|
- public Long getExamRecordId() {
|
|
|
|
- return examRecordId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setExamRecordId(Long examRecordId) {
|
|
|
|
- this.examRecordId = examRecordId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
public String getIdentity() {
|
|
public String getIdentity() {
|
|
return identity;
|
|
return identity;
|
|
}
|
|
}
|