mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-17 22:48:17 +08:00
调整代码生成器
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user