管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2024-12-06 042b07f18720af7559f30f5c0b50b770df4a85f6
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;
    }
}