|
@@ -15,6 +15,8 @@ public class ExamPaperPageVM extends BasePage {
|
|
|
|
|
|
|
|
private String userId;
|
|
private String userId;
|
|
|
|
|
|
|
|
|
|
+ private String funcType;
|
|
|
|
|
+
|
|
|
public Integer getPaperType() {
|
|
public Integer getPaperType() {
|
|
|
return paperType;
|
|
return paperType;
|
|
|
}
|
|
}
|
|
@@ -62,4 +64,13 @@ public class ExamPaperPageVM extends BasePage {
|
|
|
public void setUserId(String userId) {
|
|
public void setUserId(String userId) {
|
|
|
this.userId = userId;
|
|
this.userId = userId;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ public String getFuncType() {
|
|
|
|
|
+ return funcType;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setFuncType(String funcType) {
|
|
|
|
|
+ this.funcType = funcType;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|