|  | @@ -124,6 +124,9 @@ public class GenController extends BaseController
 | 
											
												
													
														|  |          return AjaxResult.success();
 |  |          return AjaxResult.success();
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | 
 |  | +    /**
 | 
											
												
													
														|  | 
 |  | +     * 删除代码生成
 | 
											
												
													
														|  | 
 |  | +     */
 | 
											
												
													
														|  |      @PreAuthorize("@ss.hasPermi('tool:gen:remove')")
 |  |      @PreAuthorize("@ss.hasPermi('tool:gen:remove')")
 | 
											
												
													
														|  |      @Log(title = "代码生成", businessType = BusinessType.DELETE)
 |  |      @Log(title = "代码生成", businessType = BusinessType.DELETE)
 | 
											
												
													
														|  |      @DeleteMapping("/{tableIds}")
 |  |      @DeleteMapping("/{tableIds}")
 |