|
@@ -10,15 +10,15 @@ public class OuterGetExamRecordAuditInfoReq extends BaseRequest{
|
|
*/
|
|
*/
|
|
private static final long serialVersionUID = 492449120567501650L;
|
|
private static final long serialVersionUID = 492449120567501650L;
|
|
|
|
|
|
- @ApiModelProperty(value = "队列ID", example = "1", required = true)
|
|
|
|
- private Long queueId;
|
|
|
|
|
|
+ @ApiModelProperty(value = "考试记录ID", example = "1", required = true)
|
|
|
|
+ private Long examRecordDataId;
|
|
|
|
|
|
- public Long getQueueId() {
|
|
|
|
- return queueId;
|
|
|
|
|
|
+ public Long getExamRecordDataId() {
|
|
|
|
+ return examRecordDataId;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setQueueId(Long queueId) {
|
|
|
|
- this.queueId = queueId;
|
|
|
|
|
|
+ public void setExamRecordDataId(Long examRecordDataId) {
|
|
|
|
+ this.examRecordDataId = examRecordDataId;
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|