管道基础大数据平台系统开发-【后端】-Server
13693261870
2023-02-14 05ffa1a7f490e1e81d6fbf1ee948db50b1fff6fc
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;
    }
}