lideyin 5 роки тому
батько
коміт
1cc5345633

+ 3 - 2
examcloud-core-oe-student-api/src/main/java/cn/com/qmth/examcloud/core/oe/student/api/response/GetHandInExamRecordResp.java

@@ -14,8 +14,9 @@ public class GetHandInExamRecordResp extends BaseResponse{
 	public GetHandInExamRecordResp() {
 	}
 
-	public GetHandInExamRecordResp(Long startId, List<HandInExamRecordBean> list) {
-		super();
+	public GetHandInExamRecordResp(Long nextId, List<HandInExamRecordBean> list) {
+		this.nextId = nextId;
+		this.list = list;
 	}
 
 	public Long getNextId() {