From cbdbb742c26d238293dca016353412dd14daf000 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 01 九月 2023 15:41:10 +0800 Subject: [PATCH] 添加了颜色表实体类 --- src/main/java/com/moon/server/entity/all/RedisCacheKey.java | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/moon/server/entity/all/RedisCacheKey.java b/src/main/java/com/moon/server/entity/all/RedisCacheKey.java index d573bda..af80a99 100644 --- a/src/main/java/com/moon/server/entity/all/RedisCacheKey.java +++ b/src/main/java/com/moon/server/entity/all/RedisCacheKey.java @@ -41,6 +41,20 @@ } /** + * 鍥惧眰鎺堟潈閿� + */ + public static String permsLayerKey(String key) { + return "perms:layer:" + key; + } + + /** + * 鎶曞奖鍥惧眰鎺堟潈閿� + */ + public static String permsProjectLayerKey(String key) { + return "perms:projectLayer:" + key; + } + + /** * 鑿滃崟鎺堟潈閿� */ public static String permsMenusKey(String key) { -- Gitblit v1.9.3