mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	update 优化 补全代码生成 columnList 接口参数注解缺失
This commit is contained in:
		@@ -78,7 +78,7 @@ public class GenController extends BaseController {
 | 
			
		||||
     */
 | 
			
		||||
    @SaCheckPermission("tool:gen:list")
 | 
			
		||||
    @GetMapping(value = "/column/{tableId}")
 | 
			
		||||
    public TableDataInfo<GenTableColumn> columnList(Long tableId) {
 | 
			
		||||
    public TableDataInfo<GenTableColumn> columnList(@PathVariable("tableId") Long tableId) {
 | 
			
		||||
        TableDataInfo<GenTableColumn> dataInfo = new TableDataInfo<>();
 | 
			
		||||
        List<GenTableColumn> list = genTableService.selectGenTableColumnListByTableId(tableId);
 | 
			
		||||
        dataInfo.setRows(list);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user