|
@@ -47,6 +47,11 @@ public class ExamSettingsCacheBean extends RandomCacheBean {
|
|
|
* 考试类型
|
|
|
*/
|
|
|
private String examType;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 抽题模式
|
|
|
+ */
|
|
|
+ private String callType;
|
|
|
|
|
|
/**
|
|
|
* 考试时长
|
|
@@ -195,4 +200,12 @@ public class ExamSettingsCacheBean extends RandomCacheBean {
|
|
|
this.specialSettingsType = specialSettingsType;
|
|
|
}
|
|
|
|
|
|
+ public String getCallType() {
|
|
|
+ return callType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCallType(String callType) {
|
|
|
+ this.callType = callType;
|
|
|
+ }
|
|
|
+
|
|
|
}
|