mg
2022-11-02 2cb34c56308db1490aa56e6b03d7b23605c2f7aa
ycl-common/src/main/java/com/ycl/utils/redis/RedisKey.java
@@ -11,4 +11,14 @@
     * 管理后台
     */
    public static final String PLATFORM_TOKEN_KEY = "platform-token:";
    /**
     * 字典key
     */
    public static final String DICT = "dict:";
    /**
     * 遂昌行政区域
     */
    public static final String SCCG_REGION = "sccg-region";
}