src/main/java/com/lf/server/entity/ctrl/PubEntity.java
@@ -36,6 +36,8 @@ private Double z; private List<Double> zs; public String getType() { return type; } @@ -139,4 +141,12 @@ public void setZ(Double z) { this.z = z; } public List<Double> getZs() { return zs; } public void setZs(List<Double> zs) { this.zs = zs; } }