管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-12-29 1d53dd8f501a98ddcce8146443b51b357ef5f9b1
src/main/java/com/lf/server/entity/data/MetaEntity.java
@@ -24,6 +24,10 @@
    private double sizes;
    private String tab;
    private int rows;
    private String cs;
    private String scale;
@@ -51,6 +55,8 @@
    private String depName;
    private String verName;
    private String dirName;
    public MetaEntity() {
    }
@@ -109,6 +115,22 @@
    public void setSizes(double sizes) {
        this.sizes = sizes;
    }
    public String getTab() {
        return tab;
    }
    public void setTab(String tab) {
        this.tab = tab;
    }
    public int getRows() {
        return rows;
    }
    public void setRows(int rows) {
        this.rows = rows;
    }
    public String getCs() {
@@ -222,4 +244,12 @@
    public void setVerName(String verName) {
        this.verName = verName;
    }
    public String getDirName() {
        return dirName;
    }
    public void setDirName(String dirName) {
        this.dirName = dirName;
    }
}