|
@@ -1,9 +1,10 @@
|
|
package cn.com.qmth.examcloud.support.cache.bean;
|
|
package cn.com.qmth.examcloud.support.cache.bean;
|
|
|
|
|
|
-import cn.com.qmth.examcloud.web.cache.RandomCacheBean;
|
|
|
|
-
|
|
|
|
import java.util.List;
|
|
import java.util.List;
|
|
|
|
|
|
|
|
+import cn.com.qmth.examcloud.api.commons.enums.CallType;
|
|
|
|
+import cn.com.qmth.examcloud.web.cache.RandomCacheBean;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* @Description 调卷规则信息
|
|
* @Description 调卷规则信息
|
|
* @Author lideyin
|
|
* @Author lideyin
|
|
@@ -17,6 +18,8 @@ public class ExtractConfigCacheBean extends RandomCacheBean {
|
|
*/
|
|
*/
|
|
protected String id;
|
|
protected String id;
|
|
|
|
|
|
|
|
+ private CallType callType;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* 考试ID
|
|
* 考试ID
|
|
*/
|
|
*/
|
|
@@ -46,7 +49,6 @@ public class ExtractConfigCacheBean extends RandomCacheBean {
|
|
* 抽卷模板id
|
|
* 抽卷模板id
|
|
*/
|
|
*/
|
|
private String randomPaperId;
|
|
private String randomPaperId;
|
|
-
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
* 播放次数限制
|
|
* 播放次数限制
|
|
@@ -117,4 +119,12 @@ public class ExtractConfigCacheBean extends RandomCacheBean {
|
|
this.playTime = playTime;
|
|
this.playTime = playTime;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public CallType getCallType() {
|
|
|
|
+ return callType;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setCallType(CallType callType) {
|
|
|
|
+ this.callType = callType;
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|