管道基础大数据平台系统开发-【后端】-Server
13693261870
2024-02-27 a38d2c30192f774c674c7a0ed5f9f370b921918c
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() {