调整代码生成器

This commit is contained in:
TinyAnts 2022-08-16 10:17:05 +08:00
parent db37d06432
commit 5ae30a66ef
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ public class GenController {
* @param genParam 参数
* @return Object
*/
@PostMapping("/deleteTable")
@PostMapping("/delTable")
public Object deleteTable(@Validated(value = GenParam.delete.class) @RequestBody GenParam genParam) {
iGenerateService.deleteTable(genParam.getIds());
return AjaxResult.success();