From d3334bbb98a1524e67bd50aee1078a7eec40a55f Mon Sep 17 00:00:00 2001
From: xing <xingjs@qq.com>
Date: 星期日, 26 二月 2023 13:05:55 +0800
Subject: [PATCH] 20230226@xingjs@提交官网一张图相关内容接口(优化完善sql--修改数据存储sql)

---
 src/main/java/com/lf/server/entity/all/RedisCacheKey.java |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/lf/server/entity/all/RedisCacheKey.java b/src/main/java/com/lf/server/entity/all/RedisCacheKey.java
index 9541e00..27bff13 100644
--- a/src/main/java/com/lf/server/entity/all/RedisCacheKey.java
+++ b/src/main/java/com/lf/server/entity/all/RedisCacheKey.java
@@ -60,4 +60,18 @@
     public static String permsPermsEntityKey(String key) {
         return "perms:permsEntity:" + key;
     }
+
+    /**
+     * 榛�/鐧藉悕鍗曢敭
+     */
+    public static String blacklistKey(String key) {
+        return "blacklist:" + key;
+    }
+
+    /**
+     * 鍑犱綍瀵硅薄鐨勭┖闂村弬鑰冮敭
+     */
+    public static String sridKey(String key) {
+        return "geom:srid:" + key;
+    }
 }

--
Gitblit v1.9.3