zhanghua
2023-04-21 cfe431f7938d40cbf2478119baa8a0eab9b746d6
ycl-common/src/main/java/com/ycl/utils/redis/RedisKey.java
@@ -11,4 +11,20 @@
     * 管理后台
     */
    public static final String PLATFORM_TOKEN_KEY = "platform-token:";
    /**
     * 字典key
     */
    public static final String DICT = "dict:";
    /**
     * 遂昌行政区域
     */
    public static final String SCCG_REGION = "sccg-region";
    /**
     * 烟感
     */
    public static final String SMOKE_TOKEN = "smoke-token";
}