|
@@ -15,6 +15,8 @@ public class GetOngoingExamListReq extends BaseRequest {
|
|
|
|
|
|
private Long rootOrgId;
|
|
private Long rootOrgId;
|
|
|
|
|
|
|
|
+ private String examType;
|
|
|
|
+
|
|
public Long getRootOrgId() {
|
|
public Long getRootOrgId() {
|
|
return rootOrgId;
|
|
return rootOrgId;
|
|
}
|
|
}
|
|
@@ -23,4 +25,12 @@ public class GetOngoingExamListReq extends BaseRequest {
|
|
this.rootOrgId = rootOrgId;
|
|
this.rootOrgId = rootOrgId;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public String getExamType() {
|
|
|
|
+ return examType;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setExamType(String examType) {
|
|
|
|
+ this.examType = examType;
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|