管道基础大数据平台系统开发-【后端】-Server
13693261870
2024-03-13 966b8ec80833c3281a41370a29960156a73360c7
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;
    }
}