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; } }