Add kdoc
This commit is contained in:
@@ -22,6 +22,7 @@ import top.fatweb.api.vo.permission.TokenVo
|
||||
*
|
||||
* @author FatttSnake, fatttsnake@gmail.com
|
||||
* @since 1.0.0
|
||||
* @see IAuthenticationService
|
||||
*/
|
||||
@Tag(name = "身份认证", description = "身份认证相关接口")
|
||||
@RestController
|
||||
|
||||
@@ -18,6 +18,7 @@ import top.fatweb.api.vo.permission.base.GroupVo
|
||||
*
|
||||
* @author FatttSnake, fatttsnake@gmail.com
|
||||
* @since 1.0.0
|
||||
* @see IGroupService
|
||||
*/
|
||||
@Tag(name = "用户组管理", description = "用户组管理相关接口")
|
||||
@RequestMapping("/system/group")
|
||||
|
||||
@@ -15,6 +15,7 @@ import top.fatweb.api.vo.permission.PowerSetVo
|
||||
*
|
||||
* @author FatttSnake, fatttsnake@gmail.com
|
||||
* @since 1.0.0
|
||||
* @see IPowerService
|
||||
*/
|
||||
@Tag(name = "权限管理", description = "权限管理相关接口")
|
||||
@RequestMapping("/system/power")
|
||||
|
||||
@@ -18,6 +18,7 @@ import top.fatweb.api.vo.permission.base.RoleVo
|
||||
*
|
||||
* @author FatttSnake, fatttsnake@gmail.com
|
||||
* @since 1.0.0
|
||||
* @see IRoleService
|
||||
*/
|
||||
@Tag(name = "角色管理", description = "角色管理相关接口")
|
||||
@RequestMapping("/system/role")
|
||||
|
||||
@@ -20,6 +20,7 @@ import top.fatweb.api.vo.permission.UserWithRoleInfoVo
|
||||
*
|
||||
* @author FatttSnake, fatttsnake@gmail.com
|
||||
* @since 1.0.0
|
||||
* @see IUserService
|
||||
*/
|
||||
@Tag(name = "用户管理", description = "用户管理相关接口")
|
||||
@RequestMapping("/system/user")
|
||||
|
||||
Reference in New Issue
Block a user