zhanghua
2024-09-28 7873c6f56380d28e1ae6958f77a84081797c817f
ycl-common/src/main/java/com/ycl/utils/redis/RedisKey.java
@@ -15,5 +15,16 @@
    /**
     * 字典key
     */
    public static final String DICT_LIST_ALL = "dict-list-all";
    public static final String DICT = "dict:";
    /**
     * 遂昌行政区域
     */
    public static final String SCCG_REGION = "sccg-region";
    /**
     * 烟感
     */
    public static final String SMOKE_TOKEN = "smoke-token";
}