管道基础大数据平台系统开发-【后端】-Server
13693261870
2023-09-18 a4ae15934058cc2d2d51631bfd48fb17e636a868
src/main/java/com/lf/server/entity/data/MetaFileEntity.java
@@ -42,11 +42,15 @@
    private int rows;
    private int records;
    private String msg;
    private Boolean isMeta;
    private String xlsPath;
    private String medium;
    public String getEventid() {
        return eventid;
@@ -176,6 +180,14 @@
        this.rows = rows;
    }
    public int getRecords() {
        return records;
    }
    public void setRecords(int records) {
        this.records = records;
    }
    public String getMsg() {
        return msg;
    }
@@ -199,4 +211,12 @@
    public void setXlsPath(String xlsPath) {
        this.xlsPath = xlsPath;
    }
    public String getMedium() {
        return medium;
    }
    public void setMedium(String medium) {
        this.medium = medium;
    }
}