调整代码生成器
This commit is contained in:
parent
db37d06432
commit
5ae30a66ef
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue