Optimize code
This commit is contained in:
@@ -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
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user