From 0db5d12f25e1532790b569d9570ec9a79808eaa0 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 28 二月 2024 15:22:11 +0800
Subject: [PATCH] 添加JTS类库

---
 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 0699458..1e68645 100644
--- a/src/main/java/com/lf/server/entity/all/RedisCacheKey.java
+++ b/src/main/java/com/lf/server/entity/all/RedisCacheKey.java
@@ -81,4 +81,11 @@
     public static String sridKey(String key) {
         return "geom:srid:" + key;
     }
+
+    /**
+     * 鏁版嵁缁熻鎺堟潈閿�
+     */
+    public static String dataCountKey(String key) {
+        return "data:count:" + key;
+    }
 }

--
Gitblit v1.9.3