管道基础大数据平台系统开发-【后端】-Server
13693261870
2022-10-20 ff8d6c48e9fa3d4c71b2f8f0edf8235cc590f39d
src/main/java/com/lf/server/entity/data/MetaEntity.java
@@ -42,7 +42,7 @@
    private Timestamp updateTime;
    private String geo;
    private String geom;
    public MetaEntity() {
    }
@@ -175,11 +175,11 @@
        this.updateTime = updateTime;
    }
    public String getGeo() {
        return geo;
    public String getGeom() {
        return geom;
    }
    public void setGeo(String geo) {
        this.geo = geo;
    public void setGeom(String geo) {
        this.geom = geo;
    }
}