lib
zhanghua
2023-07-05 19c2c063c5f904b0e8d2d485a26c4b96b1c3b67b
ycl-common/src/main/java/com/ycl/utils/redis/RedisKey.java
@@ -7,5 +7,24 @@
 * @since 2022-09-06
 */
public final class RedisKey {
    /**
     * 管理后台
     */
    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";
}