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