fix_bug 修复遗漏的拼写错误

master
donghaoran 2022-03-07 21:30:26 +08:00
parent 8b3d75a6a0
commit 2444fcc646
1 changed files with 1 additions and 1 deletions

View File

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