|
@@ -3,7 +3,7 @@ package api.common.pojo.constants;
|
|
|
public class DictConstants {
|
|
|
|
|
|
//字典缓存目录key
|
|
|
- public static final String BASE_KEY = "GQ-DICT:";
|
|
|
+ public static final String BASE_KEY = "DICT:";
|
|
|
public static final String LIST_KEY = "LIST:";
|
|
|
public static final String MAP_KEY = "MAP:";
|
|
|
|