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() {