|
@@ -12,6 +12,8 @@ public class GetExamStudentExtListReq extends BaseRequest {
|
|
|
|
|
|
private Long start;
|
|
|
|
|
|
+ private Long extIndex;
|
|
|
+
|
|
|
public Long getRootOrgId() {
|
|
|
return rootOrgId;
|
|
|
}
|
|
@@ -36,4 +38,12 @@ public class GetExamStudentExtListReq extends BaseRequest {
|
|
|
this.start = start;
|
|
|
}
|
|
|
|
|
|
+ public Long getExtIndex() {
|
|
|
+ return extIndex;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setExtIndex(Long extIndex) {
|
|
|
+ this.extIndex = extIndex;
|
|
|
+ }
|
|
|
+
|
|
|
}
|