管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-01-10 872bd1b076818750af70ff6966c0f9b0c11606ed
src/main/java/com/lf/server/entity/data/MetaFileEntity.java
@@ -33,6 +33,10 @@
    private String epsgCode;
    private String tab;
    private String entity;
    public String getEventid() {
        return eventid;
    }
@@ -128,4 +132,20 @@
    public void setEpsgCode(String epsgCode) {
        this.epsgCode = epsgCode;
    }
    public String getTab() {
        return tab;
    }
    public void setTab(String tab) {
        this.tab = tab;
    }
    public String getEntity() {
        return entity;
    }
    public void setEntity(String entity) {
        this.entity = entity;
    }
}