From fb613c84dd4a6393b5fa93ba2d5784ee12e666ef Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期二, 21 二月 2023 16:40:49 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.20.39:8989/r/LFServer

---
 src/main/java/com/lf/server/entity/all/RedisCacheKey.java |    7 +++++++
 1 files changed, 7 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 2c15a63..27bff13 100644
--- a/src/main/java/com/lf/server/entity/all/RedisCacheKey.java
+++ b/src/main/java/com/lf/server/entity/all/RedisCacheKey.java
@@ -67,4 +67,11 @@
     public static String blacklistKey(String key) {
         return "blacklist:" + key;
     }
+
+    /**
+     * 鍑犱綍瀵硅薄鐨勭┖闂村弬鑰冮敭
+     */
+    public static String sridKey(String key) {
+        return "geom:srid:" + key;
+    }
 }

--
Gitblit v1.9.3