fix_bug 修复遗漏的拼写错误

pull/164/head
donghaoran 3 years ago
parent 8b3d75a6a0
commit 2444fcc646

@ -87,7 +87,7 @@ public class GenController extends BaseController
/** /**
* *
*/ */
@GetMapping(value = "/column/{talbleId}") @GetMapping(value = "/column/{tableId}")
public TableDataInfo columnList(Long tableId) public TableDataInfo columnList(Long tableId)
{ {
TableDataInfo dataInfo = new TableDataInfo(); TableDataInfo dataInfo = new TableDataInfo();

Loading…
Cancel
Save