mg
2022-10-03 9e14c41a50bb859c9d3ffd0154cb03ac2a1728d6
ycl-common/src/main/java/com/ycl/utils/redis/RedisKey.java
@@ -7,5 +7,18 @@
 * @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";
}