From bcd36f66658a5348ade7e6d11c4b33daae5e9b3e Mon Sep 17 00:00:00 2001 From: FatttSnake Date: Thu, 23 Nov 2023 19:02:08 +0800 Subject: [PATCH] Update doc --- .../top/fatweb/api/FatWebApiApplication.kt | 2 +- .../top/fatweb/api/annotation/ApiVersion.kt | 2 +- .../top/fatweb/api/config/DataFormatConfig.kt | 17 ++++++++++++++--- .../top/fatweb/api/config/FilterConfig.kt | 4 ++-- .../kotlin/top/fatweb/api/config/InitConfig.kt | 4 ++-- .../top/fatweb/api/config/MybatisPlusConfig.kt | 4 ++-- .../kotlin/top/fatweb/api/config/RedisConfig.kt | 4 ++-- .../top/fatweb/api/config/SecurityConfig.kt | 4 ++-- .../top/fatweb/api/config/SwaggerConfig.kt | 4 ++-- .../top/fatweb/api/config/SysLogConfig.kt | 4 ++-- .../api/config/WebMvcRegistrationsConfig.kt | 4 ++-- .../api/controller/ExceptionController.kt | 2 +- .../api/controller/api/v1/AvatarController.kt | 2 +- .../permission/AuthenticationController.kt | 2 +- .../controller/permission/GroupController.kt | 2 +- .../controller/permission/PowerController.kt | 2 +- .../api/controller/permission/RoleController.kt | 2 +- .../api/controller/permission/UserController.kt | 2 +- .../api/controller/system/SysLogController.kt | 2 +- .../converter/permission/ElementConverter.kt | 2 +- .../api/converter/permission/GroupConverter.kt | 2 +- .../api/converter/permission/MenuConverter.kt | 2 +- .../api/converter/permission/ModuleConverter.kt | 2 +- .../converter/permission/OperationConverter.kt | 2 +- .../api/converter/permission/PowerConverter.kt | 2 +- .../api/converter/permission/RoleConverter.kt | 2 +- .../api/converter/permission/UserConverter.kt | 2 +- .../converter/permission/UserInfoConverter.kt | 2 +- .../api/converter/system/SysLogConverter.kt | 2 +- .../fatweb/api/entity/common/BusinessCode.kt | 2 +- .../fatweb/api/entity/common/ResponseCode.kt | 2 +- .../fatweb/api/entity/common/ResponseResult.kt | 2 +- .../top/fatweb/api/entity/permission/Element.kt | 2 +- .../top/fatweb/api/entity/permission/Group.kt | 2 +- .../fatweb/api/entity/permission/LoginUser.kt | 2 +- .../top/fatweb/api/entity/permission/Menu.kt | 2 +- .../top/fatweb/api/entity/permission/Module.kt | 2 +- .../fatweb/api/entity/permission/Operation.kt | 2 +- .../top/fatweb/api/entity/permission/Power.kt | 2 +- .../fatweb/api/entity/permission/PowerRole.kt | 2 +- .../fatweb/api/entity/permission/PowerSet.kt | 2 +- .../fatweb/api/entity/permission/PowerType.kt | 2 +- .../top/fatweb/api/entity/permission/Role.kt | 2 +- .../fatweb/api/entity/permission/RoleGroup.kt | 2 +- .../top/fatweb/api/entity/permission/User.kt | 2 +- .../fatweb/api/entity/permission/UserGroup.kt | 2 +- .../fatweb/api/entity/permission/UserInfo.kt | 2 +- .../fatweb/api/entity/permission/UserRole.kt | 2 +- .../top/fatweb/api/entity/system/SysLog.kt | 2 +- .../api/exception/TokenHasExpiredException.kt | 2 +- .../top/fatweb/api/filter/ExceptionFilter.kt | 2 +- .../api/filter/JwtAuthenticationTokenFilter.kt | 2 +- .../fatweb/api/handler/DataMetaObjectHandler.kt | 2 +- .../top/fatweb/api/handler/ExceptionHandler.kt | 2 +- .../api/handler/JwtAccessDeniedHandler.kt | 2 +- .../JwtAuthenticationEntryPointHandler.kt | 2 +- .../fatweb/api/interceptor/SysLogInterceptor.kt | 2 +- .../api/mapper/permission/ElementMapper.kt | 2 +- .../fatweb/api/mapper/permission/GroupMapper.kt | 2 +- .../fatweb/api/mapper/permission/MenuMapper.kt | 2 +- .../api/mapper/permission/ModuleMapper.kt | 2 +- .../api/mapper/permission/OperationMapper.kt | 2 +- .../fatweb/api/mapper/permission/PowerMapper.kt | 2 +- .../api/mapper/permission/PowerRoleMapper.kt | 2 +- .../api/mapper/permission/RoleGroupMapper.kt | 2 +- .../fatweb/api/mapper/permission/RoleMapper.kt | 2 +- .../api/mapper/permission/UserGroupMapper.kt | 2 +- .../api/mapper/permission/UserInfoMapper.kt | 2 +- .../fatweb/api/mapper/permission/UserMapper.kt | 2 +- .../api/mapper/permission/UserRoleMapper.kt | 2 +- .../fatweb/api/mapper/system/SysLogMapper.kt | 2 +- .../top/fatweb/api/param/PageSortParam.kt | 2 +- .../api/param/authentication/GroupAddParam.kt | 2 +- .../authentication/GroupChangeStatusParam.kt | 2 +- .../param/authentication/GroupDeleteParam.kt | 2 +- .../api/param/authentication/GroupGetParam.kt | 2 +- .../param/authentication/GroupUpdateParam.kt | 2 +- .../api/param/authentication/LoginParam.kt | 2 +- .../api/param/authentication/RoleAddParam.kt | 2 +- .../authentication/RoleChangeStatusParam.kt | 2 +- .../api/param/authentication/RoleDeleteParam.kt | 2 +- .../api/param/authentication/RoleGetParam.kt | 2 +- .../api/param/authentication/RoleUpdateParam.kt | 2 +- .../fatweb/api/param/system/SysLogGetParam.kt | 2 +- .../fatweb/api/properties/AdminProperties.kt | 2 +- .../fatweb/api/properties/SecurityProperties.kt | 2 +- .../fatweb/api/properties/ServerProperties.kt | 2 +- .../permission/IAuthenticationService.kt | 2 +- .../api/service/permission/IElementService.kt | 2 +- .../api/service/permission/IGroupService.kt | 2 +- .../api/service/permission/IMenuService.kt | 2 +- .../api/service/permission/IModuleService.kt | 2 +- .../api/service/permission/IOperationService.kt | 2 +- .../api/service/permission/IPowerRoleService.kt | 2 +- .../api/service/permission/IPowerService.kt | 2 +- .../api/service/permission/IRoleGroupService.kt | 2 +- .../api/service/permission/IRoleService.kt | 2 +- .../api/service/permission/IUserGroupService.kt | 2 +- .../api/service/permission/IUserInfoService.kt | 2 +- .../api/service/permission/IUserRoleService.kt | 2 +- .../api/service/permission/IUserService.kt | 2 +- .../impl/AuthenticationServiceImpl.kt | 2 +- .../permission/impl/ElementServiceImpl.kt | 2 +- .../service/permission/impl/GroupServiceImpl.kt | 2 +- .../service/permission/impl/MenuServiceImpl.kt | 2 +- .../permission/impl/ModuleServiceImpl.kt | 2 +- .../permission/impl/OperationServiceImpl.kt | 2 +- .../permission/impl/PowerRoleServiceImpl.kt | 2 +- .../service/permission/impl/PowerServiceImpl.kt | 2 +- .../permission/impl/RoleGroupServiceImpl.kt | 2 +- .../service/permission/impl/RoleServiceImpl.kt | 2 +- .../permission/impl/UserDetailsServiceImpl.kt | 2 +- .../permission/impl/UserGroupServiceImpl.kt | 2 +- .../permission/impl/UserInfoServiceImpl.kt | 2 +- .../permission/impl/UserRoleServiceImpl.kt | 2 +- .../service/permission/impl/UserServiceImpl.kt | 2 +- .../fatweb/api/service/system/ISysLogService.kt | 2 +- .../service/system/impl/SysLogServiceImpl.kt | 2 +- .../util/ApiResponseMappingHandlerMapping.kt | 2 +- .../top/fatweb/api/util/ApiVersionCondition.kt | 2 +- src/main/kotlin/top/fatweb/api/util/ByteUtil.kt | 2 +- src/main/kotlin/top/fatweb/api/util/JwtUtil.kt | 2 +- src/main/kotlin/top/fatweb/api/util/PageUtil.kt | 2 +- .../kotlin/top/fatweb/api/util/RedisUtil.kt | 2 +- src/main/kotlin/top/fatweb/api/util/StrUtil.kt | 2 +- src/main/kotlin/top/fatweb/api/util/WebUtil.kt | 2 +- src/main/kotlin/top/fatweb/api/vo/PageVo.kt | 2 +- .../api/vo/api/v1/avatar/DefaultBase64Vo.kt | 6 ++++++ .../top/fatweb/api/vo/permission/ElementVo.kt | 2 +- .../top/fatweb/api/vo/permission/GroupVo.kt | 2 +- .../fatweb/api/vo/permission/GroupWithRoleVo.kt | 2 +- .../top/fatweb/api/vo/permission/LoginVo.kt | 2 +- .../top/fatweb/api/vo/permission/MenuVo.kt | 2 +- .../top/fatweb/api/vo/permission/ModuleVo.kt | 2 +- .../top/fatweb/api/vo/permission/OperationVo.kt | 2 +- .../top/fatweb/api/vo/permission/PowerSetVo.kt | 2 +- .../top/fatweb/api/vo/permission/RoleVo.kt | 2 +- .../fatweb/api/vo/permission/RoleWithPowerVo.kt | 2 +- .../top/fatweb/api/vo/permission/TokenVo.kt | 2 +- .../top/fatweb/api/vo/permission/UserInfoVo.kt | 2 +- .../api/vo/permission/UserWithPowerInfoVo.kt | 2 +- .../api/vo/permission/UserWithRoleInfoVo.kt | 2 +- .../kotlin/top/fatweb/api/vo/system/SysLogVo.kt | 2 +- 143 files changed, 169 insertions(+), 152 deletions(-) diff --git a/src/main/kotlin/top/fatweb/api/FatWebApiApplication.kt b/src/main/kotlin/top/fatweb/api/FatWebApiApplication.kt index 0d5f029..5351409 100644 --- a/src/main/kotlin/top/fatweb/api/FatWebApiApplication.kt +++ b/src/main/kotlin/top/fatweb/api/FatWebApiApplication.kt @@ -10,7 +10,7 @@ import java.util.* /** * Application main class * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @SpringBootApplication diff --git a/src/main/kotlin/top/fatweb/api/annotation/ApiVersion.kt b/src/main/kotlin/top/fatweb/api/annotation/ApiVersion.kt index 84f702f..d4277f4 100644 --- a/src/main/kotlin/top/fatweb/api/annotation/ApiVersion.kt +++ b/src/main/kotlin/top/fatweb/api/annotation/ApiVersion.kt @@ -5,7 +5,7 @@ import org.springframework.core.annotation.AliasFor /** * Api controller version annotation * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Target(AnnotationTarget.CLASS) diff --git a/src/main/kotlin/top/fatweb/api/config/DataFormatConfig.kt b/src/main/kotlin/top/fatweb/api/config/DataFormatConfig.kt index e50dc07..de59ddf 100644 --- a/src/main/kotlin/top/fatweb/api/config/DataFormatConfig.kt +++ b/src/main/kotlin/top/fatweb/api/config/DataFormatConfig.kt @@ -14,16 +14,28 @@ import java.time.format.DateTimeFormatter import java.util.* /** - * Data format config + * Data format configuration * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @JsonComponent class DataFormatConfig { + /** + * The format of the time in response when request APIs + * + * @author FatttSnake, fatttsnake@gmail.com + * @since 1.0.0 + */ @set:Value("\${spring.jackson.date-format}") lateinit var dataFormat: String + /** + * The timezone of the time in response when request APIs + * + * @author FatttSnake, fatttsnake@gmail.com + * @since 1.0.0 + */ @set:Value("\${spring.jackson.time-zone}}") lateinit var timeZone: TimeZone @@ -36,7 +48,6 @@ class DataFormatConfig { .featuresToDisable(SerializationFeature.WRITE_DATES_AS_TIMESTAMPS).dateFormat(df) } - @Bean fun jackson2ObjectMapperBuilderCustomizer() = Jackson2ObjectMapperBuilderCustomizer { builder: Jackson2ObjectMapperBuilder -> diff --git a/src/main/kotlin/top/fatweb/api/config/FilterConfig.kt b/src/main/kotlin/top/fatweb/api/config/FilterConfig.kt index e9f8c3d..180bd67 100644 --- a/src/main/kotlin/top/fatweb/api/config/FilterConfig.kt +++ b/src/main/kotlin/top/fatweb/api/config/FilterConfig.kt @@ -6,9 +6,9 @@ import org.springframework.context.annotation.Configuration import top.fatweb.api.filter.ExceptionFilter /** - * Filter config + * Filter configuration * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Configuration diff --git a/src/main/kotlin/top/fatweb/api/config/InitConfig.kt b/src/main/kotlin/top/fatweb/api/config/InitConfig.kt index a055dea..d2df36a 100644 --- a/src/main/kotlin/top/fatweb/api/config/InitConfig.kt +++ b/src/main/kotlin/top/fatweb/api/config/InitConfig.kt @@ -15,9 +15,9 @@ import top.fatweb.api.service.permission.IUserService import kotlin.random.Random /** - * Application initialization config + * Application initialization configuration * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @DependsOn("adminProperties") diff --git a/src/main/kotlin/top/fatweb/api/config/MybatisPlusConfig.kt b/src/main/kotlin/top/fatweb/api/config/MybatisPlusConfig.kt index f4371ae..cb28fd3 100644 --- a/src/main/kotlin/top/fatweb/api/config/MybatisPlusConfig.kt +++ b/src/main/kotlin/top/fatweb/api/config/MybatisPlusConfig.kt @@ -7,9 +7,9 @@ import org.springframework.context.annotation.Bean import org.springframework.context.annotation.Configuration /** - * Mybatis-plus config + * Mybatis-plus configuration * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Configuration diff --git a/src/main/kotlin/top/fatweb/api/config/RedisConfig.kt b/src/main/kotlin/top/fatweb/api/config/RedisConfig.kt index 1eee6bb..2ec60fe 100644 --- a/src/main/kotlin/top/fatweb/api/config/RedisConfig.kt +++ b/src/main/kotlin/top/fatweb/api/config/RedisConfig.kt @@ -13,9 +13,9 @@ import org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer import org.springframework.data.redis.serializer.StringRedisSerializer /** - * Redis config + * Redis configuration * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Configuration diff --git a/src/main/kotlin/top/fatweb/api/config/SecurityConfig.kt b/src/main/kotlin/top/fatweb/api/config/SecurityConfig.kt index f57d6cd..912f17a 100644 --- a/src/main/kotlin/top/fatweb/api/config/SecurityConfig.kt +++ b/src/main/kotlin/top/fatweb/api/config/SecurityConfig.kt @@ -18,9 +18,9 @@ import top.fatweb.api.handler.JwtAccessDeniedHandler import top.fatweb.api.handler.JwtAuthenticationEntryPointHandler /** - * Spring Security config + * Spring Security configuration * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Configuration diff --git a/src/main/kotlin/top/fatweb/api/config/SwaggerConfig.kt b/src/main/kotlin/top/fatweb/api/config/SwaggerConfig.kt index 800cb9d..ac5bddd 100644 --- a/src/main/kotlin/top/fatweb/api/config/SwaggerConfig.kt +++ b/src/main/kotlin/top/fatweb/api/config/SwaggerConfig.kt @@ -8,9 +8,9 @@ import org.springframework.context.annotation.Configuration import top.fatweb.api.properties.ServerProperties /** - * Swagger API doc config + * Swagger API doc configuration * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Configuration diff --git a/src/main/kotlin/top/fatweb/api/config/SysLogConfig.kt b/src/main/kotlin/top/fatweb/api/config/SysLogConfig.kt index 942e42e..4391656 100644 --- a/src/main/kotlin/top/fatweb/api/config/SysLogConfig.kt +++ b/src/main/kotlin/top/fatweb/api/config/SysLogConfig.kt @@ -6,9 +6,9 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer import top.fatweb.api.interceptor.SysLogInterceptor /** - * System log config + * System log configuration * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Configuration diff --git a/src/main/kotlin/top/fatweb/api/config/WebMvcRegistrationsConfig.kt b/src/main/kotlin/top/fatweb/api/config/WebMvcRegistrationsConfig.kt index 1a9110f..df606c0 100644 --- a/src/main/kotlin/top/fatweb/api/config/WebMvcRegistrationsConfig.kt +++ b/src/main/kotlin/top/fatweb/api/config/WebMvcRegistrationsConfig.kt @@ -6,9 +6,9 @@ import org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandl import top.fatweb.api.util.ApiResponseMappingHandlerMapping /** - * Web MVC config + * Web MVC configuration * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Configuration diff --git a/src/main/kotlin/top/fatweb/api/controller/ExceptionController.kt b/src/main/kotlin/top/fatweb/api/controller/ExceptionController.kt index f0c81b1..4ca92e7 100644 --- a/src/main/kotlin/top/fatweb/api/controller/ExceptionController.kt +++ b/src/main/kotlin/top/fatweb/api/controller/ExceptionController.kt @@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.RestController /** * Exception controller * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Hidden diff --git a/src/main/kotlin/top/fatweb/api/controller/api/v1/AvatarController.kt b/src/main/kotlin/top/fatweb/api/controller/api/v1/AvatarController.kt index 855f631..abea194 100644 --- a/src/main/kotlin/top/fatweb/api/controller/api/v1/AvatarController.kt +++ b/src/main/kotlin/top/fatweb/api/controller/api/v1/AvatarController.kt @@ -18,7 +18,7 @@ import top.fatweb.api.vo.api.v1.avatar.DefaultBase64Vo /** * Avatar controller * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Tag(name = "随机头像", description = "随机头像相关接口") diff --git a/src/main/kotlin/top/fatweb/api/controller/permission/AuthenticationController.kt b/src/main/kotlin/top/fatweb/api/controller/permission/AuthenticationController.kt index 2e4d3d2..eb950db 100644 --- a/src/main/kotlin/top/fatweb/api/controller/permission/AuthenticationController.kt +++ b/src/main/kotlin/top/fatweb/api/controller/permission/AuthenticationController.kt @@ -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 = "身份认证相关接口") diff --git a/src/main/kotlin/top/fatweb/api/controller/permission/GroupController.kt b/src/main/kotlin/top/fatweb/api/controller/permission/GroupController.kt index 54947d4..cef4577 100644 --- a/src/main/kotlin/top/fatweb/api/controller/permission/GroupController.kt +++ b/src/main/kotlin/top/fatweb/api/controller/permission/GroupController.kt @@ -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 = "用户组管理相关接口") diff --git a/src/main/kotlin/top/fatweb/api/controller/permission/PowerController.kt b/src/main/kotlin/top/fatweb/api/controller/permission/PowerController.kt index ceec0cd..22e16af 100644 --- a/src/main/kotlin/top/fatweb/api/controller/permission/PowerController.kt +++ b/src/main/kotlin/top/fatweb/api/controller/permission/PowerController.kt @@ -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 = "权限管理相关接口") diff --git a/src/main/kotlin/top/fatweb/api/controller/permission/RoleController.kt b/src/main/kotlin/top/fatweb/api/controller/permission/RoleController.kt index 5422ca8..7c526fe 100644 --- a/src/main/kotlin/top/fatweb/api/controller/permission/RoleController.kt +++ b/src/main/kotlin/top/fatweb/api/controller/permission/RoleController.kt @@ -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 = "角色管理相关接口") diff --git a/src/main/kotlin/top/fatweb/api/controller/permission/UserController.kt b/src/main/kotlin/top/fatweb/api/controller/permission/UserController.kt index 750195b..9ce09ca 100644 --- a/src/main/kotlin/top/fatweb/api/controller/permission/UserController.kt +++ b/src/main/kotlin/top/fatweb/api/controller/permission/UserController.kt @@ -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 = "用户管理相关接口") diff --git a/src/main/kotlin/top/fatweb/api/controller/system/SysLogController.kt b/src/main/kotlin/top/fatweb/api/controller/system/SysLogController.kt index 6769f48..665d385 100644 --- a/src/main/kotlin/top/fatweb/api/controller/system/SysLogController.kt +++ b/src/main/kotlin/top/fatweb/api/controller/system/SysLogController.kt @@ -17,7 +17,7 @@ import top.fatweb.api.vo.system.SysLogVo /** * System log controller * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @RestController diff --git a/src/main/kotlin/top/fatweb/api/converter/permission/ElementConverter.kt b/src/main/kotlin/top/fatweb/api/converter/permission/ElementConverter.kt index 33037ec..4eb7fa6 100644 --- a/src/main/kotlin/top/fatweb/api/converter/permission/ElementConverter.kt +++ b/src/main/kotlin/top/fatweb/api/converter/permission/ElementConverter.kt @@ -6,7 +6,7 @@ import top.fatweb.api.vo.permission.ElementVo /** * Element converter * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ object ElementConverter { diff --git a/src/main/kotlin/top/fatweb/api/converter/permission/GroupConverter.kt b/src/main/kotlin/top/fatweb/api/converter/permission/GroupConverter.kt index 2aa7be3..4a7e230 100644 --- a/src/main/kotlin/top/fatweb/api/converter/permission/GroupConverter.kt +++ b/src/main/kotlin/top/fatweb/api/converter/permission/GroupConverter.kt @@ -13,7 +13,7 @@ import top.fatweb.api.vo.permission.GroupWithRoleVo /** * Group converter * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ object GroupConverter { diff --git a/src/main/kotlin/top/fatweb/api/converter/permission/MenuConverter.kt b/src/main/kotlin/top/fatweb/api/converter/permission/MenuConverter.kt index f1ae116..daceb47 100644 --- a/src/main/kotlin/top/fatweb/api/converter/permission/MenuConverter.kt +++ b/src/main/kotlin/top/fatweb/api/converter/permission/MenuConverter.kt @@ -6,7 +6,7 @@ import top.fatweb.api.vo.permission.MenuVo /** * Menu converter * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ object MenuConverter { diff --git a/src/main/kotlin/top/fatweb/api/converter/permission/ModuleConverter.kt b/src/main/kotlin/top/fatweb/api/converter/permission/ModuleConverter.kt index e885203..ae8ba82 100644 --- a/src/main/kotlin/top/fatweb/api/converter/permission/ModuleConverter.kt +++ b/src/main/kotlin/top/fatweb/api/converter/permission/ModuleConverter.kt @@ -6,7 +6,7 @@ import top.fatweb.api.vo.permission.ModuleVo /** * Module converter * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ object ModuleConverter { diff --git a/src/main/kotlin/top/fatweb/api/converter/permission/OperationConverter.kt b/src/main/kotlin/top/fatweb/api/converter/permission/OperationConverter.kt index ebf17a2..51ed816 100644 --- a/src/main/kotlin/top/fatweb/api/converter/permission/OperationConverter.kt +++ b/src/main/kotlin/top/fatweb/api/converter/permission/OperationConverter.kt @@ -6,7 +6,7 @@ import top.fatweb.api.vo.permission.OperationVo /** * Operation converter * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ object OperationConverter { diff --git a/src/main/kotlin/top/fatweb/api/converter/permission/PowerConverter.kt b/src/main/kotlin/top/fatweb/api/converter/permission/PowerConverter.kt index 30dfcc3..526b888 100644 --- a/src/main/kotlin/top/fatweb/api/converter/permission/PowerConverter.kt +++ b/src/main/kotlin/top/fatweb/api/converter/permission/PowerConverter.kt @@ -6,7 +6,7 @@ import top.fatweb.api.vo.permission.PowerSetVo /** * Power converter * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ object PowerConverter { diff --git a/src/main/kotlin/top/fatweb/api/converter/permission/RoleConverter.kt b/src/main/kotlin/top/fatweb/api/converter/permission/RoleConverter.kt index 5d04df6..5357ca7 100644 --- a/src/main/kotlin/top/fatweb/api/converter/permission/RoleConverter.kt +++ b/src/main/kotlin/top/fatweb/api/converter/permission/RoleConverter.kt @@ -13,7 +13,7 @@ import top.fatweb.api.vo.permission.RoleWithPowerVo /** * Role converter * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ object RoleConverter { diff --git a/src/main/kotlin/top/fatweb/api/converter/permission/UserConverter.kt b/src/main/kotlin/top/fatweb/api/converter/permission/UserConverter.kt index cbc995c..477aab7 100644 --- a/src/main/kotlin/top/fatweb/api/converter/permission/UserConverter.kt +++ b/src/main/kotlin/top/fatweb/api/converter/permission/UserConverter.kt @@ -7,7 +7,7 @@ import top.fatweb.api.vo.permission.* /** * User converter * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ object UserConverter { diff --git a/src/main/kotlin/top/fatweb/api/converter/permission/UserInfoConverter.kt b/src/main/kotlin/top/fatweb/api/converter/permission/UserInfoConverter.kt index 59c0252..ab332ca 100644 --- a/src/main/kotlin/top/fatweb/api/converter/permission/UserInfoConverter.kt +++ b/src/main/kotlin/top/fatweb/api/converter/permission/UserInfoConverter.kt @@ -6,7 +6,7 @@ import top.fatweb.api.vo.permission.UserInfoVo /** * User information converter * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ object UserInfoConverter { diff --git a/src/main/kotlin/top/fatweb/api/converter/system/SysLogConverter.kt b/src/main/kotlin/top/fatweb/api/converter/system/SysLogConverter.kt index 7b3b906..f27dbbf 100644 --- a/src/main/kotlin/top/fatweb/api/converter/system/SysLogConverter.kt +++ b/src/main/kotlin/top/fatweb/api/converter/system/SysLogConverter.kt @@ -8,7 +8,7 @@ import top.fatweb.api.vo.system.SysLogVo /** * System log converter * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ object SysLogConverter { diff --git a/src/main/kotlin/top/fatweb/api/entity/common/BusinessCode.kt b/src/main/kotlin/top/fatweb/api/entity/common/BusinessCode.kt index 046ddd8..77202ca 100644 --- a/src/main/kotlin/top/fatweb/api/entity/common/BusinessCode.kt +++ b/src/main/kotlin/top/fatweb/api/entity/common/BusinessCode.kt @@ -3,7 +3,7 @@ package top.fatweb.api.entity.common /** * Business code entity * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ enum class BusinessCode(val code: Int) { diff --git a/src/main/kotlin/top/fatweb/api/entity/common/ResponseCode.kt b/src/main/kotlin/top/fatweb/api/entity/common/ResponseCode.kt index ff6ec9f..4a3d09f 100644 --- a/src/main/kotlin/top/fatweb/api/entity/common/ResponseCode.kt +++ b/src/main/kotlin/top/fatweb/api/entity/common/ResponseCode.kt @@ -3,7 +3,7 @@ package top.fatweb.api.entity.common /** * Response code entity * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ enum class ResponseCode(val code: Int) { diff --git a/src/main/kotlin/top/fatweb/api/entity/common/ResponseResult.kt b/src/main/kotlin/top/fatweb/api/entity/common/ResponseResult.kt index 601acc1..494150f 100644 --- a/src/main/kotlin/top/fatweb/api/entity/common/ResponseResult.kt +++ b/src/main/kotlin/top/fatweb/api/entity/common/ResponseResult.kt @@ -6,7 +6,7 @@ import java.io.Serializable /** * Response result entity * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ class ResponseResult private constructor( diff --git a/src/main/kotlin/top/fatweb/api/entity/permission/Element.kt b/src/main/kotlin/top/fatweb/api/entity/permission/Element.kt index 106bb07..6594a82 100644 --- a/src/main/kotlin/top/fatweb/api/entity/permission/Element.kt +++ b/src/main/kotlin/top/fatweb/api/entity/permission/Element.kt @@ -8,7 +8,7 @@ import java.io.Serializable /** * Element entity * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @TableName("t_element") diff --git a/src/main/kotlin/top/fatweb/api/entity/permission/Group.kt b/src/main/kotlin/top/fatweb/api/entity/permission/Group.kt index 5d0109e..806cba5 100644 --- a/src/main/kotlin/top/fatweb/api/entity/permission/Group.kt +++ b/src/main/kotlin/top/fatweb/api/entity/permission/Group.kt @@ -7,7 +7,7 @@ import java.time.LocalDateTime /** * Group entity * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @TableName("t_group") diff --git a/src/main/kotlin/top/fatweb/api/entity/permission/LoginUser.kt b/src/main/kotlin/top/fatweb/api/entity/permission/LoginUser.kt index a31223d..c4850e4 100644 --- a/src/main/kotlin/top/fatweb/api/entity/permission/LoginUser.kt +++ b/src/main/kotlin/top/fatweb/api/entity/permission/LoginUser.kt @@ -10,7 +10,7 @@ import java.time.ZoneOffset /** * Login user entity * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @JsonTypeInfo(use = JsonTypeInfo.Id.CLASS) diff --git a/src/main/kotlin/top/fatweb/api/entity/permission/Menu.kt b/src/main/kotlin/top/fatweb/api/entity/permission/Menu.kt index 2ef1935..ca889a7 100644 --- a/src/main/kotlin/top/fatweb/api/entity/permission/Menu.kt +++ b/src/main/kotlin/top/fatweb/api/entity/permission/Menu.kt @@ -8,7 +8,7 @@ import java.io.Serializable /** * Menu entity * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @TableName("t_menu") diff --git a/src/main/kotlin/top/fatweb/api/entity/permission/Module.kt b/src/main/kotlin/top/fatweb/api/entity/permission/Module.kt index 2d76a4b..4cb3d11 100644 --- a/src/main/kotlin/top/fatweb/api/entity/permission/Module.kt +++ b/src/main/kotlin/top/fatweb/api/entity/permission/Module.kt @@ -8,7 +8,7 @@ import java.io.Serializable /** * Module Entity * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @TableName("t_module") diff --git a/src/main/kotlin/top/fatweb/api/entity/permission/Operation.kt b/src/main/kotlin/top/fatweb/api/entity/permission/Operation.kt index 2cbe6ab..2ca5a17 100644 --- a/src/main/kotlin/top/fatweb/api/entity/permission/Operation.kt +++ b/src/main/kotlin/top/fatweb/api/entity/permission/Operation.kt @@ -8,7 +8,7 @@ import java.io.Serializable /** * Operation entity * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @TableName("t_operation") diff --git a/src/main/kotlin/top/fatweb/api/entity/permission/Power.kt b/src/main/kotlin/top/fatweb/api/entity/permission/Power.kt index 2446b6d..1b6cf03 100644 --- a/src/main/kotlin/top/fatweb/api/entity/permission/Power.kt +++ b/src/main/kotlin/top/fatweb/api/entity/permission/Power.kt @@ -8,7 +8,7 @@ import java.io.Serializable /** * Power entity * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @TableName("t_power") diff --git a/src/main/kotlin/top/fatweb/api/entity/permission/PowerRole.kt b/src/main/kotlin/top/fatweb/api/entity/permission/PowerRole.kt index 58730c1..3d73b28 100644 --- a/src/main/kotlin/top/fatweb/api/entity/permission/PowerRole.kt +++ b/src/main/kotlin/top/fatweb/api/entity/permission/PowerRole.kt @@ -6,7 +6,7 @@ import java.io.Serializable /** * Power role intermediate entity * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @TableName("t_power_role") diff --git a/src/main/kotlin/top/fatweb/api/entity/permission/PowerSet.kt b/src/main/kotlin/top/fatweb/api/entity/permission/PowerSet.kt index 3268be0..f5f81ff 100644 --- a/src/main/kotlin/top/fatweb/api/entity/permission/PowerSet.kt +++ b/src/main/kotlin/top/fatweb/api/entity/permission/PowerSet.kt @@ -5,7 +5,7 @@ import java.io.Serializable /** * Set of power entity * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ class PowerSet : Serializable { diff --git a/src/main/kotlin/top/fatweb/api/entity/permission/PowerType.kt b/src/main/kotlin/top/fatweb/api/entity/permission/PowerType.kt index 6119271..3d0eead 100644 --- a/src/main/kotlin/top/fatweb/api/entity/permission/PowerType.kt +++ b/src/main/kotlin/top/fatweb/api/entity/permission/PowerType.kt @@ -8,7 +8,7 @@ import java.io.Serializable /** * Power type entity * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @TableName("t_power_type") diff --git a/src/main/kotlin/top/fatweb/api/entity/permission/Role.kt b/src/main/kotlin/top/fatweb/api/entity/permission/Role.kt index 730a0b1..bea00eb 100644 --- a/src/main/kotlin/top/fatweb/api/entity/permission/Role.kt +++ b/src/main/kotlin/top/fatweb/api/entity/permission/Role.kt @@ -7,7 +7,7 @@ import java.time.LocalDateTime /** * Role entity * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @TableName("t_role") diff --git a/src/main/kotlin/top/fatweb/api/entity/permission/RoleGroup.kt b/src/main/kotlin/top/fatweb/api/entity/permission/RoleGroup.kt index a56eff2..6f37fc6 100644 --- a/src/main/kotlin/top/fatweb/api/entity/permission/RoleGroup.kt +++ b/src/main/kotlin/top/fatweb/api/entity/permission/RoleGroup.kt @@ -6,7 +6,7 @@ import java.io.Serializable /** * Role group intermediate entity * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @TableName("t_role_group") diff --git a/src/main/kotlin/top/fatweb/api/entity/permission/User.kt b/src/main/kotlin/top/fatweb/api/entity/permission/User.kt index da9dd97..ce6954a 100644 --- a/src/main/kotlin/top/fatweb/api/entity/permission/User.kt +++ b/src/main/kotlin/top/fatweb/api/entity/permission/User.kt @@ -7,7 +7,7 @@ import java.time.LocalDateTime /** * User entity * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @TableName("t_user") diff --git a/src/main/kotlin/top/fatweb/api/entity/permission/UserGroup.kt b/src/main/kotlin/top/fatweb/api/entity/permission/UserGroup.kt index 8438feb..858f405 100644 --- a/src/main/kotlin/top/fatweb/api/entity/permission/UserGroup.kt +++ b/src/main/kotlin/top/fatweb/api/entity/permission/UserGroup.kt @@ -6,7 +6,7 @@ import java.io.Serializable /** * User group intermediate entity * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @TableName("t_user_group") diff --git a/src/main/kotlin/top/fatweb/api/entity/permission/UserInfo.kt b/src/main/kotlin/top/fatweb/api/entity/permission/UserInfo.kt index 71a8294..aff3d35 100644 --- a/src/main/kotlin/top/fatweb/api/entity/permission/UserInfo.kt +++ b/src/main/kotlin/top/fatweb/api/entity/permission/UserInfo.kt @@ -7,7 +7,7 @@ import java.time.LocalDateTime /** * User information entity * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @TableName("t_user_info") diff --git a/src/main/kotlin/top/fatweb/api/entity/permission/UserRole.kt b/src/main/kotlin/top/fatweb/api/entity/permission/UserRole.kt index d96e836..94d5a4c 100644 --- a/src/main/kotlin/top/fatweb/api/entity/permission/UserRole.kt +++ b/src/main/kotlin/top/fatweb/api/entity/permission/UserRole.kt @@ -6,7 +6,7 @@ import java.io.Serializable /** * User role intermediate entity * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @TableName("t_user_role") diff --git a/src/main/kotlin/top/fatweb/api/entity/system/SysLog.kt b/src/main/kotlin/top/fatweb/api/entity/system/SysLog.kt index 5f0bd65..ae5bd91 100644 --- a/src/main/kotlin/top/fatweb/api/entity/system/SysLog.kt +++ b/src/main/kotlin/top/fatweb/api/entity/system/SysLog.kt @@ -9,7 +9,7 @@ import java.time.LocalDateTime /** * System log entity * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @TableName("t_sys_log") diff --git a/src/main/kotlin/top/fatweb/api/exception/TokenHasExpiredException.kt b/src/main/kotlin/top/fatweb/api/exception/TokenHasExpiredException.kt index fbd8a05..e8b3905 100644 --- a/src/main/kotlin/top/fatweb/api/exception/TokenHasExpiredException.kt +++ b/src/main/kotlin/top/fatweb/api/exception/TokenHasExpiredException.kt @@ -3,7 +3,7 @@ package top.fatweb.api.exception /** * Token has expired exception * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ class TokenHasExpiredException : RuntimeException("Token has expired") \ No newline at end of file diff --git a/src/main/kotlin/top/fatweb/api/filter/ExceptionFilter.kt b/src/main/kotlin/top/fatweb/api/filter/ExceptionFilter.kt index 6398fcd..a8a20a1 100644 --- a/src/main/kotlin/top/fatweb/api/filter/ExceptionFilter.kt +++ b/src/main/kotlin/top/fatweb/api/filter/ExceptionFilter.kt @@ -9,7 +9,7 @@ import org.springframework.stereotype.Component /** * Exception filter * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Component diff --git a/src/main/kotlin/top/fatweb/api/filter/JwtAuthenticationTokenFilter.kt b/src/main/kotlin/top/fatweb/api/filter/JwtAuthenticationTokenFilter.kt index 4173d58..a5624e2 100644 --- a/src/main/kotlin/top/fatweb/api/filter/JwtAuthenticationTokenFilter.kt +++ b/src/main/kotlin/top/fatweb/api/filter/JwtAuthenticationTokenFilter.kt @@ -18,7 +18,7 @@ import top.fatweb.api.util.WebUtil /** * Jwt authentication token filter * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Component diff --git a/src/main/kotlin/top/fatweb/api/handler/DataMetaObjectHandler.kt b/src/main/kotlin/top/fatweb/api/handler/DataMetaObjectHandler.kt index 359ee9a..3cb36fe 100644 --- a/src/main/kotlin/top/fatweb/api/handler/DataMetaObjectHandler.kt +++ b/src/main/kotlin/top/fatweb/api/handler/DataMetaObjectHandler.kt @@ -9,7 +9,7 @@ import java.time.ZoneOffset /** * Date meta object handler * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Component diff --git a/src/main/kotlin/top/fatweb/api/handler/ExceptionHandler.kt b/src/main/kotlin/top/fatweb/api/handler/ExceptionHandler.kt index f3d284f..1fcfdde 100644 --- a/src/main/kotlin/top/fatweb/api/handler/ExceptionHandler.kt +++ b/src/main/kotlin/top/fatweb/api/handler/ExceptionHandler.kt @@ -23,7 +23,7 @@ import top.fatweb.api.exception.TokenHasExpiredException /** * Exception handler * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @RestControllerAdvice diff --git a/src/main/kotlin/top/fatweb/api/handler/JwtAccessDeniedHandler.kt b/src/main/kotlin/top/fatweb/api/handler/JwtAccessDeniedHandler.kt index feddac2..0a5342c 100644 --- a/src/main/kotlin/top/fatweb/api/handler/JwtAccessDeniedHandler.kt +++ b/src/main/kotlin/top/fatweb/api/handler/JwtAccessDeniedHandler.kt @@ -9,7 +9,7 @@ import org.springframework.stereotype.Component /** * Jwt access denied handler * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Component diff --git a/src/main/kotlin/top/fatweb/api/handler/JwtAuthenticationEntryPointHandler.kt b/src/main/kotlin/top/fatweb/api/handler/JwtAuthenticationEntryPointHandler.kt index a2af324..381d2d0 100644 --- a/src/main/kotlin/top/fatweb/api/handler/JwtAuthenticationEntryPointHandler.kt +++ b/src/main/kotlin/top/fatweb/api/handler/JwtAuthenticationEntryPointHandler.kt @@ -9,7 +9,7 @@ import org.springframework.stereotype.Component /** * Jwt authentication entry point handler * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Component diff --git a/src/main/kotlin/top/fatweb/api/interceptor/SysLogInterceptor.kt b/src/main/kotlin/top/fatweb/api/interceptor/SysLogInterceptor.kt index 48dd9d5..2ff7f02 100644 --- a/src/main/kotlin/top/fatweb/api/interceptor/SysLogInterceptor.kt +++ b/src/main/kotlin/top/fatweb/api/interceptor/SysLogInterceptor.kt @@ -25,7 +25,7 @@ import java.util.concurrent.Executor /** * System log interceptor * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @ControllerAdvice diff --git a/src/main/kotlin/top/fatweb/api/mapper/permission/ElementMapper.kt b/src/main/kotlin/top/fatweb/api/mapper/permission/ElementMapper.kt index f350e7f..145167b 100644 --- a/src/main/kotlin/top/fatweb/api/mapper/permission/ElementMapper.kt +++ b/src/main/kotlin/top/fatweb/api/mapper/permission/ElementMapper.kt @@ -7,7 +7,7 @@ import top.fatweb.api.entity.permission.Element /** * Element mapper * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Mapper diff --git a/src/main/kotlin/top/fatweb/api/mapper/permission/GroupMapper.kt b/src/main/kotlin/top/fatweb/api/mapper/permission/GroupMapper.kt index 585ce47..acf2ed8 100644 --- a/src/main/kotlin/top/fatweb/api/mapper/permission/GroupMapper.kt +++ b/src/main/kotlin/top/fatweb/api/mapper/permission/GroupMapper.kt @@ -8,7 +8,7 @@ import top.fatweb.api.entity.permission.Group /** * Group mapper * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Mapper diff --git a/src/main/kotlin/top/fatweb/api/mapper/permission/MenuMapper.kt b/src/main/kotlin/top/fatweb/api/mapper/permission/MenuMapper.kt index 4001264..6516989 100644 --- a/src/main/kotlin/top/fatweb/api/mapper/permission/MenuMapper.kt +++ b/src/main/kotlin/top/fatweb/api/mapper/permission/MenuMapper.kt @@ -7,7 +7,7 @@ import top.fatweb.api.entity.permission.Menu /** * Menu mapper * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Mapper diff --git a/src/main/kotlin/top/fatweb/api/mapper/permission/ModuleMapper.kt b/src/main/kotlin/top/fatweb/api/mapper/permission/ModuleMapper.kt index a684499..fbf183a 100644 --- a/src/main/kotlin/top/fatweb/api/mapper/permission/ModuleMapper.kt +++ b/src/main/kotlin/top/fatweb/api/mapper/permission/ModuleMapper.kt @@ -7,7 +7,7 @@ import top.fatweb.api.entity.permission.Module /** * Module mapper * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Mapper diff --git a/src/main/kotlin/top/fatweb/api/mapper/permission/OperationMapper.kt b/src/main/kotlin/top/fatweb/api/mapper/permission/OperationMapper.kt index 1a8edd2..87d6571 100644 --- a/src/main/kotlin/top/fatweb/api/mapper/permission/OperationMapper.kt +++ b/src/main/kotlin/top/fatweb/api/mapper/permission/OperationMapper.kt @@ -7,7 +7,7 @@ import top.fatweb.api.entity.permission.Operation /** * Operation mapper * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Mapper diff --git a/src/main/kotlin/top/fatweb/api/mapper/permission/PowerMapper.kt b/src/main/kotlin/top/fatweb/api/mapper/permission/PowerMapper.kt index 4224257..02dd26f 100644 --- a/src/main/kotlin/top/fatweb/api/mapper/permission/PowerMapper.kt +++ b/src/main/kotlin/top/fatweb/api/mapper/permission/PowerMapper.kt @@ -7,7 +7,7 @@ import top.fatweb.api.entity.permission.Power /** * Power mapper * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Mapper diff --git a/src/main/kotlin/top/fatweb/api/mapper/permission/PowerRoleMapper.kt b/src/main/kotlin/top/fatweb/api/mapper/permission/PowerRoleMapper.kt index e5698b9..4b220a9 100644 --- a/src/main/kotlin/top/fatweb/api/mapper/permission/PowerRoleMapper.kt +++ b/src/main/kotlin/top/fatweb/api/mapper/permission/PowerRoleMapper.kt @@ -7,7 +7,7 @@ import top.fatweb.api.entity.permission.PowerRole /** * Power role intermediate mapper * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Mapper diff --git a/src/main/kotlin/top/fatweb/api/mapper/permission/RoleGroupMapper.kt b/src/main/kotlin/top/fatweb/api/mapper/permission/RoleGroupMapper.kt index a28ff94..3856cf1 100644 --- a/src/main/kotlin/top/fatweb/api/mapper/permission/RoleGroupMapper.kt +++ b/src/main/kotlin/top/fatweb/api/mapper/permission/RoleGroupMapper.kt @@ -7,7 +7,7 @@ import top.fatweb.api.entity.permission.RoleGroup /** * Role group intermediate mapper * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Mapper diff --git a/src/main/kotlin/top/fatweb/api/mapper/permission/RoleMapper.kt b/src/main/kotlin/top/fatweb/api/mapper/permission/RoleMapper.kt index b87af6e..a46d1da 100644 --- a/src/main/kotlin/top/fatweb/api/mapper/permission/RoleMapper.kt +++ b/src/main/kotlin/top/fatweb/api/mapper/permission/RoleMapper.kt @@ -8,7 +8,7 @@ import top.fatweb.api.entity.permission.Role /** * Role mapper * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Mapper diff --git a/src/main/kotlin/top/fatweb/api/mapper/permission/UserGroupMapper.kt b/src/main/kotlin/top/fatweb/api/mapper/permission/UserGroupMapper.kt index db5083f..972257f 100644 --- a/src/main/kotlin/top/fatweb/api/mapper/permission/UserGroupMapper.kt +++ b/src/main/kotlin/top/fatweb/api/mapper/permission/UserGroupMapper.kt @@ -7,7 +7,7 @@ import top.fatweb.api.entity.permission.UserGroup /** * User group intermediate mapper * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Mapper diff --git a/src/main/kotlin/top/fatweb/api/mapper/permission/UserInfoMapper.kt b/src/main/kotlin/top/fatweb/api/mapper/permission/UserInfoMapper.kt index ce31cda..2adb6fc 100644 --- a/src/main/kotlin/top/fatweb/api/mapper/permission/UserInfoMapper.kt +++ b/src/main/kotlin/top/fatweb/api/mapper/permission/UserInfoMapper.kt @@ -7,7 +7,7 @@ import top.fatweb.api.entity.permission.UserInfo /** * User information mapper * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Mapper diff --git a/src/main/kotlin/top/fatweb/api/mapper/permission/UserMapper.kt b/src/main/kotlin/top/fatweb/api/mapper/permission/UserMapper.kt index f1012c6..e69df51 100644 --- a/src/main/kotlin/top/fatweb/api/mapper/permission/UserMapper.kt +++ b/src/main/kotlin/top/fatweb/api/mapper/permission/UserMapper.kt @@ -8,7 +8,7 @@ import top.fatweb.api.entity.permission.User /** * User mapper * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Mapper diff --git a/src/main/kotlin/top/fatweb/api/mapper/permission/UserRoleMapper.kt b/src/main/kotlin/top/fatweb/api/mapper/permission/UserRoleMapper.kt index 25aefd2..bd6d894 100644 --- a/src/main/kotlin/top/fatweb/api/mapper/permission/UserRoleMapper.kt +++ b/src/main/kotlin/top/fatweb/api/mapper/permission/UserRoleMapper.kt @@ -7,7 +7,7 @@ import top.fatweb.api.entity.permission.UserRole /** * User role intermediate mapper * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Mapper diff --git a/src/main/kotlin/top/fatweb/api/mapper/system/SysLogMapper.kt b/src/main/kotlin/top/fatweb/api/mapper/system/SysLogMapper.kt index 15a763b..02d52ef 100644 --- a/src/main/kotlin/top/fatweb/api/mapper/system/SysLogMapper.kt +++ b/src/main/kotlin/top/fatweb/api/mapper/system/SysLogMapper.kt @@ -9,7 +9,7 @@ import java.time.LocalDateTime /** * System log mapper * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Mapper diff --git a/src/main/kotlin/top/fatweb/api/param/PageSortParam.kt b/src/main/kotlin/top/fatweb/api/param/PageSortParam.kt index 0a38ac1..c918fb2 100644 --- a/src/main/kotlin/top/fatweb/api/param/PageSortParam.kt +++ b/src/main/kotlin/top/fatweb/api/param/PageSortParam.kt @@ -6,7 +6,7 @@ import jakarta.validation.constraints.Min /** * Page sort param * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ open class PageSortParam { diff --git a/src/main/kotlin/top/fatweb/api/param/authentication/GroupAddParam.kt b/src/main/kotlin/top/fatweb/api/param/authentication/GroupAddParam.kt index e7902c1..610f261 100644 --- a/src/main/kotlin/top/fatweb/api/param/authentication/GroupAddParam.kt +++ b/src/main/kotlin/top/fatweb/api/param/authentication/GroupAddParam.kt @@ -6,7 +6,7 @@ import jakarta.validation.constraints.NotBlank /** * Group add param * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "用户组添加请求参数") diff --git a/src/main/kotlin/top/fatweb/api/param/authentication/GroupChangeStatusParam.kt b/src/main/kotlin/top/fatweb/api/param/authentication/GroupChangeStatusParam.kt index 181fd62..c8edd3c 100644 --- a/src/main/kotlin/top/fatweb/api/param/authentication/GroupChangeStatusParam.kt +++ b/src/main/kotlin/top/fatweb/api/param/authentication/GroupChangeStatusParam.kt @@ -7,7 +7,7 @@ import jakarta.validation.constraints.NotNull /** * Group change status param * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "用户组更改状态请求参数") diff --git a/src/main/kotlin/top/fatweb/api/param/authentication/GroupDeleteParam.kt b/src/main/kotlin/top/fatweb/api/param/authentication/GroupDeleteParam.kt index 5e9a710..b46e6c9 100644 --- a/src/main/kotlin/top/fatweb/api/param/authentication/GroupDeleteParam.kt +++ b/src/main/kotlin/top/fatweb/api/param/authentication/GroupDeleteParam.kt @@ -5,7 +5,7 @@ import io.swagger.v3.oas.annotations.media.Schema /** * Group delete param * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "用户组删除请求参数") diff --git a/src/main/kotlin/top/fatweb/api/param/authentication/GroupGetParam.kt b/src/main/kotlin/top/fatweb/api/param/authentication/GroupGetParam.kt index 5e48636..3b134b4 100644 --- a/src/main/kotlin/top/fatweb/api/param/authentication/GroupGetParam.kt +++ b/src/main/kotlin/top/fatweb/api/param/authentication/GroupGetParam.kt @@ -6,7 +6,7 @@ import top.fatweb.api.param.PageSortParam /** * Group get param * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "用户组查询请求参数") diff --git a/src/main/kotlin/top/fatweb/api/param/authentication/GroupUpdateParam.kt b/src/main/kotlin/top/fatweb/api/param/authentication/GroupUpdateParam.kt index eb84f1f..554ae98 100644 --- a/src/main/kotlin/top/fatweb/api/param/authentication/GroupUpdateParam.kt +++ b/src/main/kotlin/top/fatweb/api/param/authentication/GroupUpdateParam.kt @@ -7,7 +7,7 @@ import jakarta.validation.constraints.NotBlank /** * Group update param * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "用户组更新请求参数") diff --git a/src/main/kotlin/top/fatweb/api/param/authentication/LoginParam.kt b/src/main/kotlin/top/fatweb/api/param/authentication/LoginParam.kt index 4176bc0..0d522ad 100644 --- a/src/main/kotlin/top/fatweb/api/param/authentication/LoginParam.kt +++ b/src/main/kotlin/top/fatweb/api/param/authentication/LoginParam.kt @@ -6,7 +6,7 @@ import jakarta.validation.constraints.NotBlank /** * Login param * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "登录请求参数") diff --git a/src/main/kotlin/top/fatweb/api/param/authentication/RoleAddParam.kt b/src/main/kotlin/top/fatweb/api/param/authentication/RoleAddParam.kt index 23c2ce1..6b39e73 100644 --- a/src/main/kotlin/top/fatweb/api/param/authentication/RoleAddParam.kt +++ b/src/main/kotlin/top/fatweb/api/param/authentication/RoleAddParam.kt @@ -6,7 +6,7 @@ import jakarta.validation.constraints.NotBlank /** * Role add param * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "角色添加请求参数") diff --git a/src/main/kotlin/top/fatweb/api/param/authentication/RoleChangeStatusParam.kt b/src/main/kotlin/top/fatweb/api/param/authentication/RoleChangeStatusParam.kt index a90548d..d79b8b4 100644 --- a/src/main/kotlin/top/fatweb/api/param/authentication/RoleChangeStatusParam.kt +++ b/src/main/kotlin/top/fatweb/api/param/authentication/RoleChangeStatusParam.kt @@ -7,7 +7,7 @@ import jakarta.validation.constraints.NotNull /** * Role change status param * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "角色更改状态请求参数") diff --git a/src/main/kotlin/top/fatweb/api/param/authentication/RoleDeleteParam.kt b/src/main/kotlin/top/fatweb/api/param/authentication/RoleDeleteParam.kt index 1c58d47..ceced0c 100644 --- a/src/main/kotlin/top/fatweb/api/param/authentication/RoleDeleteParam.kt +++ b/src/main/kotlin/top/fatweb/api/param/authentication/RoleDeleteParam.kt @@ -5,7 +5,7 @@ import io.swagger.v3.oas.annotations.media.Schema /** * Role delete param * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "角色删除请求参数") diff --git a/src/main/kotlin/top/fatweb/api/param/authentication/RoleGetParam.kt b/src/main/kotlin/top/fatweb/api/param/authentication/RoleGetParam.kt index a0d7aeb..a5bcf64 100644 --- a/src/main/kotlin/top/fatweb/api/param/authentication/RoleGetParam.kt +++ b/src/main/kotlin/top/fatweb/api/param/authentication/RoleGetParam.kt @@ -6,7 +6,7 @@ import top.fatweb.api.param.PageSortParam /** * Role get param * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "角色查询请求参数") diff --git a/src/main/kotlin/top/fatweb/api/param/authentication/RoleUpdateParam.kt b/src/main/kotlin/top/fatweb/api/param/authentication/RoleUpdateParam.kt index e83e698..0e54688 100644 --- a/src/main/kotlin/top/fatweb/api/param/authentication/RoleUpdateParam.kt +++ b/src/main/kotlin/top/fatweb/api/param/authentication/RoleUpdateParam.kt @@ -7,7 +7,7 @@ import jakarta.validation.constraints.NotBlank /** * Role update param * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "角色更新请求参数") diff --git a/src/main/kotlin/top/fatweb/api/param/system/SysLogGetParam.kt b/src/main/kotlin/top/fatweb/api/param/system/SysLogGetParam.kt index 84ecb72..cf63028 100644 --- a/src/main/kotlin/top/fatweb/api/param/system/SysLogGetParam.kt +++ b/src/main/kotlin/top/fatweb/api/param/system/SysLogGetParam.kt @@ -8,7 +8,7 @@ import java.time.LocalDateTime /** * System log get param * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "获取系统日志请求参数") diff --git a/src/main/kotlin/top/fatweb/api/properties/AdminProperties.kt b/src/main/kotlin/top/fatweb/api/properties/AdminProperties.kt index 3fb6d9b..a88b87c 100644 --- a/src/main/kotlin/top/fatweb/api/properties/AdminProperties.kt +++ b/src/main/kotlin/top/fatweb/api/properties/AdminProperties.kt @@ -6,7 +6,7 @@ import org.springframework.stereotype.Component /** * Admin properties * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Component diff --git a/src/main/kotlin/top/fatweb/api/properties/SecurityProperties.kt b/src/main/kotlin/top/fatweb/api/properties/SecurityProperties.kt index 8f287a3..11ffda2 100644 --- a/src/main/kotlin/top/fatweb/api/properties/SecurityProperties.kt +++ b/src/main/kotlin/top/fatweb/api/properties/SecurityProperties.kt @@ -7,7 +7,7 @@ import java.util.concurrent.TimeUnit /** * Security properties * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Component diff --git a/src/main/kotlin/top/fatweb/api/properties/ServerProperties.kt b/src/main/kotlin/top/fatweb/api/properties/ServerProperties.kt index d0ea0af..a25a4b3 100644 --- a/src/main/kotlin/top/fatweb/api/properties/ServerProperties.kt +++ b/src/main/kotlin/top/fatweb/api/properties/ServerProperties.kt @@ -9,7 +9,7 @@ import java.time.ZonedDateTime /** * Application properties * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Component diff --git a/src/main/kotlin/top/fatweb/api/service/permission/IAuthenticationService.kt b/src/main/kotlin/top/fatweb/api/service/permission/IAuthenticationService.kt index ea0aafd..27e2e48 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/IAuthenticationService.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/IAuthenticationService.kt @@ -8,7 +8,7 @@ import top.fatweb.api.vo.permission.TokenVo /** * Authentication service interface * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ interface IAuthenticationService { diff --git a/src/main/kotlin/top/fatweb/api/service/permission/IElementService.kt b/src/main/kotlin/top/fatweb/api/service/permission/IElementService.kt index a4dcb4a..3e1bc80 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/IElementService.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/IElementService.kt @@ -6,7 +6,7 @@ import top.fatweb.api.entity.permission.Element /** * Element service interface * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ interface IElementService : IService diff --git a/src/main/kotlin/top/fatweb/api/service/permission/IGroupService.kt b/src/main/kotlin/top/fatweb/api/service/permission/IGroupService.kt index 65f2559..ffef482 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/IGroupService.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/IGroupService.kt @@ -10,7 +10,7 @@ import top.fatweb.api.vo.permission.GroupWithRoleVo /** * Group service interface * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ interface IGroupService : IService { diff --git a/src/main/kotlin/top/fatweb/api/service/permission/IMenuService.kt b/src/main/kotlin/top/fatweb/api/service/permission/IMenuService.kt index 5ed2ff1..8267a1f 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/IMenuService.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/IMenuService.kt @@ -6,7 +6,7 @@ import top.fatweb.api.entity.permission.Menu /** * Menu service interface * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ interface IMenuService : IService diff --git a/src/main/kotlin/top/fatweb/api/service/permission/IModuleService.kt b/src/main/kotlin/top/fatweb/api/service/permission/IModuleService.kt index 4a0a942..dc8bd0e 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/IModuleService.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/IModuleService.kt @@ -6,7 +6,7 @@ import top.fatweb.api.entity.permission.Module /** * Module service interface * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ interface IModuleService : IService diff --git a/src/main/kotlin/top/fatweb/api/service/permission/IOperationService.kt b/src/main/kotlin/top/fatweb/api/service/permission/IOperationService.kt index e995a57..3ec3418 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/IOperationService.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/IOperationService.kt @@ -6,7 +6,7 @@ import top.fatweb.api.entity.permission.Operation /** * Operation service interface * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ interface IOperationService : IService diff --git a/src/main/kotlin/top/fatweb/api/service/permission/IPowerRoleService.kt b/src/main/kotlin/top/fatweb/api/service/permission/IPowerRoleService.kt index 80582c5..a603ed1 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/IPowerRoleService.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/IPowerRoleService.kt @@ -6,7 +6,7 @@ import top.fatweb.api.entity.permission.PowerRole /** * Power role intermediate service interface * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ interface IPowerRoleService : IService diff --git a/src/main/kotlin/top/fatweb/api/service/permission/IPowerService.kt b/src/main/kotlin/top/fatweb/api/service/permission/IPowerService.kt index ce777e8..4a50259 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/IPowerService.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/IPowerService.kt @@ -7,7 +7,7 @@ import top.fatweb.api.vo.permission.PowerSetVo /** * Power service interface * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ interface IPowerService : IService { diff --git a/src/main/kotlin/top/fatweb/api/service/permission/IRoleGroupService.kt b/src/main/kotlin/top/fatweb/api/service/permission/IRoleGroupService.kt index 264b81b..a116c04 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/IRoleGroupService.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/IRoleGroupService.kt @@ -6,7 +6,7 @@ import top.fatweb.api.entity.permission.RoleGroup /** * Role group intermediate service interface * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ interface IRoleGroupService : IService diff --git a/src/main/kotlin/top/fatweb/api/service/permission/IRoleService.kt b/src/main/kotlin/top/fatweb/api/service/permission/IRoleService.kt index e7ceaeb..dcb9933 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/IRoleService.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/IRoleService.kt @@ -10,7 +10,7 @@ import top.fatweb.api.vo.permission.RoleWithPowerVo /** * Role service interface * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ interface IRoleService : IService { diff --git a/src/main/kotlin/top/fatweb/api/service/permission/IUserGroupService.kt b/src/main/kotlin/top/fatweb/api/service/permission/IUserGroupService.kt index 4d835a2..4766259 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/IUserGroupService.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/IUserGroupService.kt @@ -6,7 +6,7 @@ import top.fatweb.api.entity.permission.UserGroup /** * User group intermediate service interface * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ interface IUserGroupService : IService diff --git a/src/main/kotlin/top/fatweb/api/service/permission/IUserInfoService.kt b/src/main/kotlin/top/fatweb/api/service/permission/IUserInfoService.kt index 3912c82..9847a8c 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/IUserInfoService.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/IUserInfoService.kt @@ -6,7 +6,7 @@ import top.fatweb.api.entity.permission.UserInfo /** * User information service interface * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ interface IUserInfoService : IService diff --git a/src/main/kotlin/top/fatweb/api/service/permission/IUserRoleService.kt b/src/main/kotlin/top/fatweb/api/service/permission/IUserRoleService.kt index 5df6ff6..884aede 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/IUserRoleService.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/IUserRoleService.kt @@ -6,7 +6,7 @@ import top.fatweb.api.entity.permission.UserRole /** * User role intermediate service interface * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ interface IUserRoleService : IService diff --git a/src/main/kotlin/top/fatweb/api/service/permission/IUserService.kt b/src/main/kotlin/top/fatweb/api/service/permission/IUserService.kt index 327bbdc..e46f957 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/IUserService.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/IUserService.kt @@ -6,7 +6,7 @@ import top.fatweb.api.entity.permission.User /** * User service interface * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ interface IUserService : IService { diff --git a/src/main/kotlin/top/fatweb/api/service/permission/impl/AuthenticationServiceImpl.kt b/src/main/kotlin/top/fatweb/api/service/permission/impl/AuthenticationServiceImpl.kt index d68df8b..13f459f 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/impl/AuthenticationServiceImpl.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/impl/AuthenticationServiceImpl.kt @@ -24,7 +24,7 @@ import java.time.ZoneOffset /** * Authentication service implement * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Service diff --git a/src/main/kotlin/top/fatweb/api/service/permission/impl/ElementServiceImpl.kt b/src/main/kotlin/top/fatweb/api/service/permission/impl/ElementServiceImpl.kt index 2a108bc..8756d21 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/impl/ElementServiceImpl.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/impl/ElementServiceImpl.kt @@ -9,7 +9,7 @@ import top.fatweb.api.service.permission.IElementService /** * Element service implement * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Service diff --git a/src/main/kotlin/top/fatweb/api/service/permission/impl/GroupServiceImpl.kt b/src/main/kotlin/top/fatweb/api/service/permission/impl/GroupServiceImpl.kt index 06a8696..a486c1b 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/impl/GroupServiceImpl.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/impl/GroupServiceImpl.kt @@ -20,7 +20,7 @@ import top.fatweb.api.vo.permission.GroupWithRoleVo /** * Group service implement * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Service diff --git a/src/main/kotlin/top/fatweb/api/service/permission/impl/MenuServiceImpl.kt b/src/main/kotlin/top/fatweb/api/service/permission/impl/MenuServiceImpl.kt index da9f21d..81c5bb4 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/impl/MenuServiceImpl.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/impl/MenuServiceImpl.kt @@ -9,7 +9,7 @@ import top.fatweb.api.service.permission.IMenuService /** * Menu service implement * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Service diff --git a/src/main/kotlin/top/fatweb/api/service/permission/impl/ModuleServiceImpl.kt b/src/main/kotlin/top/fatweb/api/service/permission/impl/ModuleServiceImpl.kt index e259d25..3233761 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/impl/ModuleServiceImpl.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/impl/ModuleServiceImpl.kt @@ -9,7 +9,7 @@ import top.fatweb.api.service.permission.IModuleService /** * Module service implement * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Service diff --git a/src/main/kotlin/top/fatweb/api/service/permission/impl/OperationServiceImpl.kt b/src/main/kotlin/top/fatweb/api/service/permission/impl/OperationServiceImpl.kt index 32c3fbb..c2be9b3 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/impl/OperationServiceImpl.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/impl/OperationServiceImpl.kt @@ -9,7 +9,7 @@ import top.fatweb.api.service.permission.IOperationService /** * Operation service implement * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Service diff --git a/src/main/kotlin/top/fatweb/api/service/permission/impl/PowerRoleServiceImpl.kt b/src/main/kotlin/top/fatweb/api/service/permission/impl/PowerRoleServiceImpl.kt index aeb9999..bbf1147 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/impl/PowerRoleServiceImpl.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/impl/PowerRoleServiceImpl.kt @@ -9,7 +9,7 @@ import top.fatweb.api.service.permission.IPowerRoleService /** * Power role intermediate service implement * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Service diff --git a/src/main/kotlin/top/fatweb/api/service/permission/impl/PowerServiceImpl.kt b/src/main/kotlin/top/fatweb/api/service/permission/impl/PowerServiceImpl.kt index fdf0cfd..565429d 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/impl/PowerServiceImpl.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/impl/PowerServiceImpl.kt @@ -11,7 +11,7 @@ import top.fatweb.api.service.permission.* /** * Power service implement * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Service diff --git a/src/main/kotlin/top/fatweb/api/service/permission/impl/RoleGroupServiceImpl.kt b/src/main/kotlin/top/fatweb/api/service/permission/impl/RoleGroupServiceImpl.kt index 468f153..967d6eb 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/impl/RoleGroupServiceImpl.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/impl/RoleGroupServiceImpl.kt @@ -9,7 +9,7 @@ import top.fatweb.api.service.permission.IRoleGroupService /** * Role group intermediate service implement * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Service diff --git a/src/main/kotlin/top/fatweb/api/service/permission/impl/RoleServiceImpl.kt b/src/main/kotlin/top/fatweb/api/service/permission/impl/RoleServiceImpl.kt index a89ed18..1bcf5ce 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/impl/RoleServiceImpl.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/impl/RoleServiceImpl.kt @@ -22,7 +22,7 @@ import top.fatweb.api.vo.permission.RoleWithPowerVo /** * Role service implement * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Service diff --git a/src/main/kotlin/top/fatweb/api/service/permission/impl/UserDetailsServiceImpl.kt b/src/main/kotlin/top/fatweb/api/service/permission/impl/UserDetailsServiceImpl.kt index 46e055d..ce02807 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/impl/UserDetailsServiceImpl.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/impl/UserDetailsServiceImpl.kt @@ -9,7 +9,7 @@ import top.fatweb.api.service.permission.IUserService /** * User details service implement * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Service diff --git a/src/main/kotlin/top/fatweb/api/service/permission/impl/UserGroupServiceImpl.kt b/src/main/kotlin/top/fatweb/api/service/permission/impl/UserGroupServiceImpl.kt index a5d7c54..8f49bec 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/impl/UserGroupServiceImpl.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/impl/UserGroupServiceImpl.kt @@ -9,7 +9,7 @@ import top.fatweb.api.service.permission.IUserGroupService /** * User group intermediate service implement * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Service diff --git a/src/main/kotlin/top/fatweb/api/service/permission/impl/UserInfoServiceImpl.kt b/src/main/kotlin/top/fatweb/api/service/permission/impl/UserInfoServiceImpl.kt index a48de2d..829dea5 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/impl/UserInfoServiceImpl.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/impl/UserInfoServiceImpl.kt @@ -9,7 +9,7 @@ import top.fatweb.api.service.permission.IUserInfoService /** * User information service implement * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Service diff --git a/src/main/kotlin/top/fatweb/api/service/permission/impl/UserRoleServiceImpl.kt b/src/main/kotlin/top/fatweb/api/service/permission/impl/UserRoleServiceImpl.kt index 5547d30..b60c513 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/impl/UserRoleServiceImpl.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/impl/UserRoleServiceImpl.kt @@ -9,7 +9,7 @@ import top.fatweb.api.service.permission.IUserRoleService /** * User role intermediate service implement * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Service diff --git a/src/main/kotlin/top/fatweb/api/service/permission/impl/UserServiceImpl.kt b/src/main/kotlin/top/fatweb/api/service/permission/impl/UserServiceImpl.kt index 9108b3c..c3da7e3 100644 --- a/src/main/kotlin/top/fatweb/api/service/permission/impl/UserServiceImpl.kt +++ b/src/main/kotlin/top/fatweb/api/service/permission/impl/UserServiceImpl.kt @@ -10,7 +10,7 @@ import top.fatweb.api.util.WebUtil /** * User service implement * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Service diff --git a/src/main/kotlin/top/fatweb/api/service/system/ISysLogService.kt b/src/main/kotlin/top/fatweb/api/service/system/ISysLogService.kt index cf54860..4d04b01 100644 --- a/src/main/kotlin/top/fatweb/api/service/system/ISysLogService.kt +++ b/src/main/kotlin/top/fatweb/api/service/system/ISysLogService.kt @@ -8,7 +8,7 @@ import top.fatweb.api.param.system.SysLogGetParam /** * System log service interface * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ interface ISysLogService : IService { diff --git a/src/main/kotlin/top/fatweb/api/service/system/impl/SysLogServiceImpl.kt b/src/main/kotlin/top/fatweb/api/service/system/impl/SysLogServiceImpl.kt index 4742d62..6ecd5b1 100644 --- a/src/main/kotlin/top/fatweb/api/service/system/impl/SysLogServiceImpl.kt +++ b/src/main/kotlin/top/fatweb/api/service/system/impl/SysLogServiceImpl.kt @@ -14,7 +14,7 @@ import top.fatweb.api.util.PageUtil /** * System log service implement * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Service diff --git a/src/main/kotlin/top/fatweb/api/util/ApiResponseMappingHandlerMapping.kt b/src/main/kotlin/top/fatweb/api/util/ApiResponseMappingHandlerMapping.kt index 863d468..2ebac11 100644 --- a/src/main/kotlin/top/fatweb/api/util/ApiResponseMappingHandlerMapping.kt +++ b/src/main/kotlin/top/fatweb/api/util/ApiResponseMappingHandlerMapping.kt @@ -9,7 +9,7 @@ import java.lang.reflect.Method /** * Api response mapping handler mapping * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ class ApiResponseMappingHandlerMapping : RequestMappingHandlerMapping() { diff --git a/src/main/kotlin/top/fatweb/api/util/ApiVersionCondition.kt b/src/main/kotlin/top/fatweb/api/util/ApiVersionCondition.kt index 5064cc7..407c831 100644 --- a/src/main/kotlin/top/fatweb/api/util/ApiVersionCondition.kt +++ b/src/main/kotlin/top/fatweb/api/util/ApiVersionCondition.kt @@ -7,7 +7,7 @@ import java.util.regex.Pattern /** * Api version condition * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ class ApiVersionCondition(private val apiVersion: Int) : RequestCondition { diff --git a/src/main/kotlin/top/fatweb/api/util/ByteUtil.kt b/src/main/kotlin/top/fatweb/api/util/ByteUtil.kt index 3cfc6c1..737ae13 100644 --- a/src/main/kotlin/top/fatweb/api/util/ByteUtil.kt +++ b/src/main/kotlin/top/fatweb/api/util/ByteUtil.kt @@ -5,7 +5,7 @@ import kotlin.math.floor /** * Byte util * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ object ByteUtil { diff --git a/src/main/kotlin/top/fatweb/api/util/JwtUtil.kt b/src/main/kotlin/top/fatweb/api/util/JwtUtil.kt index 23212b1..3071a4c 100644 --- a/src/main/kotlin/top/fatweb/api/util/JwtUtil.kt +++ b/src/main/kotlin/top/fatweb/api/util/JwtUtil.kt @@ -11,7 +11,7 @@ import javax.crypto.spec.SecretKeySpec /** * Jwt util * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ object JwtUtil { diff --git a/src/main/kotlin/top/fatweb/api/util/PageUtil.kt b/src/main/kotlin/top/fatweb/api/util/PageUtil.kt index 90b4793..e1039e8 100644 --- a/src/main/kotlin/top/fatweb/api/util/PageUtil.kt +++ b/src/main/kotlin/top/fatweb/api/util/PageUtil.kt @@ -7,7 +7,7 @@ import top.fatweb.api.param.PageSortParam /** * Page util * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ object PageUtil { diff --git a/src/main/kotlin/top/fatweb/api/util/RedisUtil.kt b/src/main/kotlin/top/fatweb/api/util/RedisUtil.kt index 231387d..278596b 100644 --- a/src/main/kotlin/top/fatweb/api/util/RedisUtil.kt +++ b/src/main/kotlin/top/fatweb/api/util/RedisUtil.kt @@ -8,7 +8,7 @@ import java.util.concurrent.TimeUnit /** * Redis util * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Suppress("UNCHECKED_CAST") diff --git a/src/main/kotlin/top/fatweb/api/util/StrUtil.kt b/src/main/kotlin/top/fatweb/api/util/StrUtil.kt index 47e097b..a127e1d 100644 --- a/src/main/kotlin/top/fatweb/api/util/StrUtil.kt +++ b/src/main/kotlin/top/fatweb/api/util/StrUtil.kt @@ -5,7 +5,7 @@ import java.util.regex.Pattern /** * String util * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ object StrUtil { diff --git a/src/main/kotlin/top/fatweb/api/util/WebUtil.kt b/src/main/kotlin/top/fatweb/api/util/WebUtil.kt index 1dd0b74..59b6d6a 100644 --- a/src/main/kotlin/top/fatweb/api/util/WebUtil.kt +++ b/src/main/kotlin/top/fatweb/api/util/WebUtil.kt @@ -8,7 +8,7 @@ import top.fatweb.api.properties.SecurityProperties /** * Web util * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ object WebUtil { diff --git a/src/main/kotlin/top/fatweb/api/vo/PageVo.kt b/src/main/kotlin/top/fatweb/api/vo/PageVo.kt index 7195856..dea12ec 100644 --- a/src/main/kotlin/top/fatweb/api/vo/PageVo.kt +++ b/src/main/kotlin/top/fatweb/api/vo/PageVo.kt @@ -5,7 +5,7 @@ import io.swagger.v3.oas.annotations.media.Schema /** * Page value object * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "分页返回参数") diff --git a/src/main/kotlin/top/fatweb/api/vo/api/v1/avatar/DefaultBase64Vo.kt b/src/main/kotlin/top/fatweb/api/vo/api/v1/avatar/DefaultBase64Vo.kt index 0ae5cb0..4982d96 100644 --- a/src/main/kotlin/top/fatweb/api/vo/api/v1/avatar/DefaultBase64Vo.kt +++ b/src/main/kotlin/top/fatweb/api/vo/api/v1/avatar/DefaultBase64Vo.kt @@ -2,6 +2,12 @@ package top.fatweb.api.vo.api.v1.avatar import io.swagger.v3.oas.annotations.media.Schema +/** + * Default base64 value object + * + * @author FatttSnake, fatttsnake@gmail.com + * @since 1.0.0 + */ @Schema(description = "默认随机头像 Base64 返回参数") data class DefaultBase64Vo( @Schema(description = "base64") diff --git a/src/main/kotlin/top/fatweb/api/vo/permission/ElementVo.kt b/src/main/kotlin/top/fatweb/api/vo/permission/ElementVo.kt index 27ada17..990ae6f 100644 --- a/src/main/kotlin/top/fatweb/api/vo/permission/ElementVo.kt +++ b/src/main/kotlin/top/fatweb/api/vo/permission/ElementVo.kt @@ -5,7 +5,7 @@ import io.swagger.v3.oas.annotations.media.Schema /** * Element value object * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "页面元素返回参数") diff --git a/src/main/kotlin/top/fatweb/api/vo/permission/GroupVo.kt b/src/main/kotlin/top/fatweb/api/vo/permission/GroupVo.kt index 9635c02..e6490dc 100644 --- a/src/main/kotlin/top/fatweb/api/vo/permission/GroupVo.kt +++ b/src/main/kotlin/top/fatweb/api/vo/permission/GroupVo.kt @@ -8,7 +8,7 @@ import java.time.LocalDateTime /** * Group value object * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "用户组返回参数") diff --git a/src/main/kotlin/top/fatweb/api/vo/permission/GroupWithRoleVo.kt b/src/main/kotlin/top/fatweb/api/vo/permission/GroupWithRoleVo.kt index 8cec6b1..336337c 100644 --- a/src/main/kotlin/top/fatweb/api/vo/permission/GroupWithRoleVo.kt +++ b/src/main/kotlin/top/fatweb/api/vo/permission/GroupWithRoleVo.kt @@ -8,7 +8,7 @@ import java.time.LocalDateTime /** * Group with role value object * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ data class GroupWithRoleVo( diff --git a/src/main/kotlin/top/fatweb/api/vo/permission/LoginVo.kt b/src/main/kotlin/top/fatweb/api/vo/permission/LoginVo.kt index 50b5810..f98c485 100644 --- a/src/main/kotlin/top/fatweb/api/vo/permission/LoginVo.kt +++ b/src/main/kotlin/top/fatweb/api/vo/permission/LoginVo.kt @@ -6,7 +6,7 @@ import java.time.LocalDateTime /** * Login value object * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "登录返回参数") diff --git a/src/main/kotlin/top/fatweb/api/vo/permission/MenuVo.kt b/src/main/kotlin/top/fatweb/api/vo/permission/MenuVo.kt index ed842ed..3cd1a89 100644 --- a/src/main/kotlin/top/fatweb/api/vo/permission/MenuVo.kt +++ b/src/main/kotlin/top/fatweb/api/vo/permission/MenuVo.kt @@ -5,7 +5,7 @@ import io.swagger.v3.oas.annotations.media.Schema /** * Menu value object * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "菜单返回参数") diff --git a/src/main/kotlin/top/fatweb/api/vo/permission/ModuleVo.kt b/src/main/kotlin/top/fatweb/api/vo/permission/ModuleVo.kt index ce75e8d..e7c3fd4 100644 --- a/src/main/kotlin/top/fatweb/api/vo/permission/ModuleVo.kt +++ b/src/main/kotlin/top/fatweb/api/vo/permission/ModuleVo.kt @@ -5,7 +5,7 @@ import io.swagger.v3.oas.annotations.media.Schema /** * Module value object * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "模块返回参数") diff --git a/src/main/kotlin/top/fatweb/api/vo/permission/OperationVo.kt b/src/main/kotlin/top/fatweb/api/vo/permission/OperationVo.kt index b8d8456..f66c632 100644 --- a/src/main/kotlin/top/fatweb/api/vo/permission/OperationVo.kt +++ b/src/main/kotlin/top/fatweb/api/vo/permission/OperationVo.kt @@ -5,7 +5,7 @@ import io.swagger.v3.oas.annotations.media.Schema /** * Operation value object * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "功能返回参数") diff --git a/src/main/kotlin/top/fatweb/api/vo/permission/PowerSetVo.kt b/src/main/kotlin/top/fatweb/api/vo/permission/PowerSetVo.kt index 6b53c00..0ec4ad6 100644 --- a/src/main/kotlin/top/fatweb/api/vo/permission/PowerSetVo.kt +++ b/src/main/kotlin/top/fatweb/api/vo/permission/PowerSetVo.kt @@ -5,7 +5,7 @@ import io.swagger.v3.oas.annotations.media.Schema /** * Set of power value object * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "权限集合返回参数") diff --git a/src/main/kotlin/top/fatweb/api/vo/permission/RoleVo.kt b/src/main/kotlin/top/fatweb/api/vo/permission/RoleVo.kt index 32270a0..57492f2 100644 --- a/src/main/kotlin/top/fatweb/api/vo/permission/RoleVo.kt +++ b/src/main/kotlin/top/fatweb/api/vo/permission/RoleVo.kt @@ -8,7 +8,7 @@ import java.time.LocalDateTime /** * Role value object * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "角色返回参数") diff --git a/src/main/kotlin/top/fatweb/api/vo/permission/RoleWithPowerVo.kt b/src/main/kotlin/top/fatweb/api/vo/permission/RoleWithPowerVo.kt index 7b459c6..cfd1e38 100644 --- a/src/main/kotlin/top/fatweb/api/vo/permission/RoleWithPowerVo.kt +++ b/src/main/kotlin/top/fatweb/api/vo/permission/RoleWithPowerVo.kt @@ -8,7 +8,7 @@ import java.time.LocalDateTime /** * Role with power value object * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "角色返回参数") diff --git a/src/main/kotlin/top/fatweb/api/vo/permission/TokenVo.kt b/src/main/kotlin/top/fatweb/api/vo/permission/TokenVo.kt index 995b3cc..141a157 100644 --- a/src/main/kotlin/top/fatweb/api/vo/permission/TokenVo.kt +++ b/src/main/kotlin/top/fatweb/api/vo/permission/TokenVo.kt @@ -5,7 +5,7 @@ import io.swagger.v3.oas.annotations.media.Schema /** * Token value object * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "Token 返回参数") diff --git a/src/main/kotlin/top/fatweb/api/vo/permission/UserInfoVo.kt b/src/main/kotlin/top/fatweb/api/vo/permission/UserInfoVo.kt index 7c66118..779d538 100644 --- a/src/main/kotlin/top/fatweb/api/vo/permission/UserInfoVo.kt +++ b/src/main/kotlin/top/fatweb/api/vo/permission/UserInfoVo.kt @@ -8,7 +8,7 @@ import java.time.LocalDateTime /** * User information value object * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "用户资料返回参数") diff --git a/src/main/kotlin/top/fatweb/api/vo/permission/UserWithPowerInfoVo.kt b/src/main/kotlin/top/fatweb/api/vo/permission/UserWithPowerInfoVo.kt index b54d501..c6ffa4c 100644 --- a/src/main/kotlin/top/fatweb/api/vo/permission/UserWithPowerInfoVo.kt +++ b/src/main/kotlin/top/fatweb/api/vo/permission/UserWithPowerInfoVo.kt @@ -8,7 +8,7 @@ import java.time.LocalDateTime /** * User with power information value object * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "用户权限信息返回参数") diff --git a/src/main/kotlin/top/fatweb/api/vo/permission/UserWithRoleInfoVo.kt b/src/main/kotlin/top/fatweb/api/vo/permission/UserWithRoleInfoVo.kt index 7c96e69..48b8125 100644 --- a/src/main/kotlin/top/fatweb/api/vo/permission/UserWithRoleInfoVo.kt +++ b/src/main/kotlin/top/fatweb/api/vo/permission/UserWithRoleInfoVo.kt @@ -8,7 +8,7 @@ import java.time.LocalDateTime /** * User with role information value object * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "用户角色信息返回参数") diff --git a/src/main/kotlin/top/fatweb/api/vo/system/SysLogVo.kt b/src/main/kotlin/top/fatweb/api/vo/system/SysLogVo.kt index 7495a2f..1042637 100644 --- a/src/main/kotlin/top/fatweb/api/vo/system/SysLogVo.kt +++ b/src/main/kotlin/top/fatweb/api/vo/system/SysLogVo.kt @@ -8,7 +8,7 @@ import java.time.LocalDateTime /** * System log value object * - * @author FatttSnake + * @author FatttSnake, fatttsnake@gmail.com * @since 1.0.0 */ @Schema(description = "获取系统日志返回参数")