资产授权
parent
a276bb2fa3
commit
1da0924d97
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue