src/main/java/com/lf/server/entity/ctrl/PubEntity.java
@@ -34,7 +34,7 @@ private List<Integer> srids; private Double z; private List<Double> zs; public String getType() { return type; @@ -132,11 +132,11 @@ this.srids = srids; } public Double getZ() { return z; public List<Double> getZs() { return zs; } public void setZ(Double z) { this.z = z; public void setZs(List<Double> zs) { this.zs = zs; } }