wangwei 5 жил өмнө
parent
commit
6fb70e4d98

+ 10 - 0
examcloud-core-examwork-api/src/main/java/cn/com/qmth/examcloud/examwork/api/request/GetOngoingExamListReq.java

@@ -17,6 +17,8 @@ public class GetOngoingExamListReq extends BaseRequest {
 
 	private String examType;
 
+	private Long studentId;
+
 	private Long orgId;
 
 	public Long getRootOrgId() {
@@ -35,6 +37,14 @@ public class GetOngoingExamListReq extends BaseRequest {
 		this.examType = examType;
 	}
 
+	public Long getStudentId() {
+		return studentId;
+	}
+
+	public void setStudentId(Long studentId) {
+		this.studentId = studentId;
+	}
+
 	public Long getOrgId() {
 		return orgId;
 	}