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; } }