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; } }