管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-16 a39c7b9256e163f69764df58782a0cb920711a9f
src/main/java/com/lf/server/entity/ctrl/TabEntity.java
@@ -19,6 +19,8 @@
    private String tableType;
    private Integer rows;
    public TabEntity() {
    }
@@ -61,4 +63,12 @@
    public void setTableType(String tableType) {
        this.tableType = tableType;
    }
    public Integer getRows() {
        return rows;
    }
    public void setRows(Integer rows) {
        this.rows = rows;
    }
}