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

@@ -22,8 +22,8 @@ import top.fatweb.api.vo.permission.UserWithRoleInfoVo
* @since 1.0.0
*/
@Tag(name = "用户管理", description = "用户管理相关接口")
@RestController
@RequestMapping("/system/user")
@RestController
class UserController(
private val userService: IUserService
) {