|  | @@ -100,7 +100,7 @@ public class GenController extends BaseController
 | 
	
		
			
				|  |  |      /**
 | 
	
		
			
				|  |  |       * 导入表结构(保存)
 | 
	
		
			
				|  |  |       */
 | 
	
		
			
				|  |  | -    @PreAuthorize(hasPermi = "tool:gen:list")
 | 
	
		
			
				|  |  | +    @PreAuthorize(hasPermi = "tool:gen:import")
 | 
	
		
			
				|  |  |      @Log(title = "代码生成", businessType = BusinessType.IMPORT)
 | 
	
		
			
				|  |  |      @PostMapping("/importTable")
 | 
	
		
			
				|  |  |      public AjaxResult importTableSave(String tables)
 |