角色列表
This commit is contained in:
parent
b12d462b8c
commit
2a75fb761f
@ -35,7 +35,7 @@ public class SysRoleController {
|
||||
}
|
||||
|
||||
@Operation(summary = "修改角色")
|
||||
@PostMapping("/update")
|
||||
@PostMapping("/edit")
|
||||
public ApiResult<Void> edit(@Valid @RequestBody RoleDTO dto) {
|
||||
return sysRoleService.edit(dto);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user