From dc21e87e62bcda4dfc9a364aa22dc64306a3e5b5 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 17 七月 2023 14:13:38 +0800
Subject: [PATCH] 1

---
 src/main/java/com/lf/server/entity/ctrl/PubEntity.java |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/src/main/java/com/lf/server/entity/ctrl/PubEntity.java b/src/main/java/com/lf/server/entity/ctrl/PubEntity.java
index 9a43e39..60f6c34 100644
--- a/src/main/java/com/lf/server/entity/ctrl/PubEntity.java
+++ b/src/main/java/com/lf/server/entity/ctrl/PubEntity.java
@@ -34,8 +34,6 @@
 
     private List<Integer> srids;
 
-    private Double z;
-
     private List<Double> zs;
 
     public String getType() {
@@ -132,14 +130,6 @@
 
     public void setSrids(List<Integer> srids) {
         this.srids = srids;
-    }
-
-    public Double getZ() {
-        return z;
-    }
-
-    public void setZ(Double z) {
-        this.z = z;
     }
 
     public List<Double> getZs() {

--
Gitblit v1.9.3