管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-01-11 09fb666dc0890a448aa12f8287ea0f6ba4bd83ad
src/main/java/com/lf/server/entity/data/MetaFileEntity.java
@@ -29,9 +29,17 @@
    private int createUser;
    private String cs;
    private String extName;
    private String epsgCode;
    private String tab;
    private String entity;
    private int rows;
    private String msg;
    public String getEventid() {
        return eventid;
@@ -113,14 +121,6 @@
        this.createUser = createUser;
    }
    public String getCs() {
        return cs;
    }
    public void setCs(String cs) {
        this.cs = cs;
    }
    public String getExtName() {
        return extName;
    }
@@ -128,4 +128,44 @@
    public void setExtName(String extName) {
        this.extName = extName;
    }
    public String getEpsgCode() {
        return epsgCode;
    }
    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;
    }
    public int getRows() {
        return rows;
    }
    public void setRows(int rows) {
        this.rows = rows;
    }
    public String getMsg() {
        return msg;
    }
    public void setMsg(String msg) {
        this.msg = msg;
    }
}