Update doc

This commit is contained in:
2023-11-23 19:02:08 +08:00
parent 6ae8a3bddf
commit bcd36f6665
143 changed files with 169 additions and 152 deletions

View File

@@ -18,7 +18,7 @@ import top.fatweb.api.util.WebUtil
/**
* Authentication controller
*
* @author FatttSnake
* @author FatttSnake, fatttsnake@gmail.com
* @since 1.0.0
*/
@Tag(name = "身份认证", description = "身份认证相关接口")

View File

@@ -15,7 +15,7 @@ import top.fatweb.api.vo.permission.GroupWithRoleVo
/**
* Group controller
*
* @author FatttSnake
* @author FatttSnake, fatttsnake@gmail.com
* @since 1.0.0
*/
@Tag(name = "用户组管理", description = "用户组管理相关接口")

View File

@@ -11,7 +11,7 @@ import top.fatweb.api.service.permission.IPowerService
/**
* Power controller
*
* @author FatttSnake
* @author FatttSnake, fatttsnake@gmail.com
* @since 1.0.0
*/
@Tag(name = "权限管理", description = "权限管理相关接口")

View File

@@ -15,7 +15,7 @@ import top.fatweb.api.vo.permission.RoleWithPowerVo
/**
* Role controller
*
* @author FatttSnake
* @author FatttSnake, fatttsnake@gmail.com
* @since 1.0.0
*/
@Tag(name = "角色管理", description = "角色管理相关接口")

View File

@@ -14,7 +14,7 @@ import top.fatweb.api.vo.permission.UserWithRoleInfoVo
/**
* User controller
*
* @author FatttSnake
* @author FatttSnake, fatttsnake@gmail.com
* @since 1.0.0
*/
@Tag(name = "用户管理", description = "用户管理相关接口")