|
@@ -120,17 +120,17 @@ public class RedisKey {
|
|
|
public static final String TOKEN_V3 = "token#%s";
|
|
|
|
|
|
/**
|
|
|
- * 管理后台菜单缓存-hash
|
|
|
- */
|
|
|
- public static final String MANAGE_MENU = "manage:menu";
|
|
|
-
|
|
|
- /**
|
|
|
* 场景协作管理
|
|
|
*/
|
|
|
public static final String SCENE_COOPERATION_NUM_USERNAME = "scene:cooperation:num:username";
|
|
|
|
|
|
|
|
|
-
|
|
|
+ /**
|
|
|
+ * 管理后台key
|
|
|
+ */
|
|
|
+ public static final String MANAGE_MENU ="manage_menu";
|
|
|
+ public static final String MANAGE_PERM_USER ="manage_perm_user:%s";
|
|
|
+ public static final String MANAGE_ROLE_USER ="manage_role_user:%s";
|
|
|
|
|
|
|
|
|
}
|