管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-11-18 7975781fc11d9e297b6775cff6f9410dc8a4cecd
src/main/java/com/lf/server/entity/ctrl/TabEntity.java
@@ -17,7 +17,7 @@
    private String tabDesc;
    private String tabletype;
    private String tableType;
    public TabEntity() {
    }
@@ -54,11 +54,11 @@
        this.tabDesc = tabDesc;
    }
    public String getTabletype() {
        return tabletype;
    public String getTableType() {
        return tableType;
    }
    public void setTabletype(String tabletype) {
        this.tabletype = tabletype;
    public void setTableType(String tableType) {
        this.tableType = tableType;
    }
}