@@ -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:";
}