资产授权

master
冷调 2024-09-03 19:01:13 +08:00
parent a276bb2fa3
commit 1da0924d97
1 changed files with 1 additions and 4 deletions

View File

@ -154,10 +154,7 @@ public class TableDataController extends BaseController {
return toAjax(tableDataService.updateById(tableData)); return toAjax(tableDataService.updateById(tableData));
} }
/**
*
* @return tableInfoTreeReps
*/
// @GetMapping("/findTableInfo") // @GetMapping("/findTableInfo")
// @Operation(summary = "查询表结构树", description = "查询表结构树") // @Operation(summary = "查询表结构树", description = "查询表结构树")
// public Result<List<TableInfoTreeRep>> findTableInfo() { // public Result<List<TableInfoTreeRep>> findTableInfo() {