xiatian 2 lat temu
rodzic
commit
4c62fc5859

+ 13 - 3
examcloud-support/src/main/java/cn/com/qmth/examcloud/support/cache/bean/ExtractConfigCacheBean.java

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