mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-11-29 01:00:05 +08:00
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user