Update UmsResourceCategoryController.java

This commit is contained in:
macro
2023-03-30 20:32:49 +08:00
parent 936522911f
commit 95b4b6cd5e

View File

@@ -57,7 +57,7 @@ public class UmsResourceCategoryController {
} }
} }
@ApiOperation("根据ID删除后台资源") @ApiOperation("根据ID删除后台资源分类")
@RequestMapping(value = "/delete/{id}", method = RequestMethod.POST) @RequestMapping(value = "/delete/{id}", method = RequestMethod.POST)
@ResponseBody @ResponseBody
public CommonResult delete(@PathVariable Long id) { public CommonResult delete(@PathVariable Long id) {