|
@@ -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;
|
|
|
}
|