管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-07-17 dc21e87e62bcda4dfc9a364aa22dc64306a3e5b5
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() {