|
|
|
@ -56,7 +56,7 @@ public class GenController extends BaseController {
|
|
|
|
|
GenTable table = genTableService.selectGenTableById(tableId);
|
|
|
|
|
List<GenTable> tables = genTableService.selectGenTableAll();
|
|
|
|
|
List<GenTableColumn> list = genTableService.selectGenTableColumnListByTableId(tableId);
|
|
|
|
|
Map<String, Object> map = new HashMap<String, Object>();
|
|
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
|
|
map.put("info", table);
|
|
|
|
|
map.put("rows", list);
|
|
|
|
|
map.put("tables", tables);
|
|
|
|
|