管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-11-19 14521111ed38f83278e9ffb80c45cf45b8efff24
src/main/java/com/lf/server/entity/data/MetaEntity.java
@@ -32,6 +32,8 @@
    private Timestamp gather;
    private String batch;
    private String descr;
    private int createUser;
@@ -42,7 +44,7 @@
    private Timestamp updateTime;
    private String geo;
    private String geom;
    public MetaEntity() {
    }
@@ -135,6 +137,14 @@
        this.gather = gather;
    }
    public String getBatch() {
        return batch;
    }
    public void setBatch(String batch) {
        this.batch = batch;
    }
    public String getDescr() {
        return descr;
    }
@@ -175,11 +185,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 geom) {
        this.geom = geom;
    }
}