疯狂的狮子Li
2025-01-20 3c8d864b5f68af5167199e0d5c9ff6c0c5852638
ruoyi-common/ruoyi-common-core/src/main/java/org/dromara/common/core/constant/CacheNames.java
@@ -36,9 +36,19 @@
    String SYS_TENANT = GlobalConstants.GLOBAL_REDIS_KEY + "sys_tenant#30d";
    /**
     * 客户端
     */
    String SYS_CLIENT = GlobalConstants.GLOBAL_REDIS_KEY + "sys_client#30d";
    /**
     * 用户账户
     */
    String SYS_USER_NAME = "sys_user_name#30d";
    /**
     * 用户名称
     */
    String SYS_NICKNAME = "sys_nickname#30d";
    /**
     * 部门
@@ -51,9 +61,19 @@
    String SYS_OSS = "sys_oss#30d";
    /**
     * 角色自定义权限
     */
    String SYS_ROLE_CUSTOM = "sys_role_custom#30d";
    /**
     * 部门及以下权限
     */
    String SYS_DEPT_AND_CHILD = "sys_dept_and_child#30d";
    /**
     * OSS配置
     */
    String SYS_OSS_CONFIG = "sys_oss_config";
    String SYS_OSS_CONFIG = GlobalConstants.GLOBAL_REDIS_KEY + "sys_oss_config";
    /**
     * 在线用户