Optimize code

This commit is contained in:
2023-12-03 23:06:15 +08:00
parent e16914967a
commit d7c0b7376d
7 changed files with 8 additions and 8 deletions

View File

@@ -20,8 +20,8 @@ import top.fatweb.api.vo.permission.base.RoleVo
* @since 1.0.0
*/
@Tag(name = "角色管理", description = "角色管理相关接口")
@RestController
@RequestMapping("/system/role")
@RestController
class RoleController(
private val roleService: IRoleService
) {