管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-10-19 31bfaa54f63b023ac6c4c26d0718c7bdf4276b8f
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;
    }
}