|
@@ -48,6 +48,11 @@ public class ExamStudentCacheBean extends RandomCacheBean {
|
|
|
*/
|
|
|
private Boolean enable;
|
|
|
|
|
|
+ /**
|
|
|
+ * 试卷类型
|
|
|
+ */
|
|
|
+ private String paperType;
|
|
|
+
|
|
|
public Long getExamStudentId() {
|
|
|
return examStudentId;
|
|
|
}
|
|
@@ -104,4 +109,12 @@ public class ExamStudentCacheBean extends RandomCacheBean {
|
|
|
this.enable = enable;
|
|
|
}
|
|
|
|
|
|
+ public String getPaperType() {
|
|
|
+ return paperType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPaperType(String paperType) {
|
|
|
+ this.paperType = paperType;
|
|
|
+ }
|
|
|
+
|
|
|
}
|