xiatian 2 anni fa
parent
commit
5c253558fc

+ 10 - 0
examcloud-support/src/main/java/cn/com/qmth/examcloud/support/CacheConstants.java

@@ -18,4 +18,14 @@ public interface CacheConstants {
     String CACHE_E_EXAM = "$E:EXAM:";
 
     
+    /**
+     * 试卷结构
+     */
+    String CACHE_Q_PAPER_STRUCT = "$Q:PAPER_STRUCT:";
+    
+    /**
+     * 随机抽卷模板
+     */
+    String CACHE_Q_RANDOM_PAPER = "$Q:RANDOM_PAPER:";
+    
 }