xiatian 1 anno fa
parent
commit
a7ea4a4054

+ 0 - 12
examcloud-support/src/main/java/cn/com/qmth/examcloud/support/cache/bean/ExamSettingsCacheBean.java

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