DictConstants.java 251 B

12345678910
  1. package api.common.pojo.constants;
  2. public class DictConstants {
  3. //字典缓存目录key
  4. public static final String BASE_KEY = "GQ-DICT:";
  5. public static final String LIST_KEY = "LIST:";
  6. public static final String MAP_KEY = "MAP:";
  7. }