注释精简

This commit is contained in:
yandanyang 2021-11-10 18:20:34 +08:00
parent 93059f069b
commit 6b05edde22
31 changed files with 1 additions and 125 deletions

View File

@ -14,11 +14,7 @@ import java.lang.annotation.Target;
* [ 数据范围 ] * [ 数据范围 ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2019 1024lab.netInc. All rights reserved.
* @date * @date
* @since JDK1.8
*/ */
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD) @Target(ElementType.METHOD)

View File

@ -17,11 +17,7 @@ import java.util.List;
* [ ] * [ ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2018 1024lab.netInc. All rights reserved.
* @date 2019/4/27 0027 下午 15:12 * @date 2019/4/27 0027 下午 15:12
* @since JDK1.8
*/ */
@Api(tags = {SwaggerTagConst.System.SYSTEM_DATA_SCOPE}) @Api(tags = {SwaggerTagConst.System.SYSTEM_DATA_SCOPE})
@RestController @RestController

View File

@ -21,11 +21,7 @@ import java.util.Properties;
* [ mybaits sql 拦截 ] * [ mybaits sql 拦截 ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2019 1024lab.netInc. All rights reserved.
* @date * @date
* @since JDK1.8
*/ */
@Intercepts({@Signature(type = org.apache.ibatis.executor.Executor.class, method = "query", args = {MappedStatement.class, Object.class, RowBounds.class, ResultHandler.class})}) @Intercepts({@Signature(type = org.apache.ibatis.executor.Executor.class, method = "query", args = {MappedStatement.class, Object.class, RowBounds.class, ResultHandler.class})})
@Component @Component

View File

@ -7,11 +7,7 @@ import net.lab1024.smartadmin.service.common.enumeration.BaseEnum;
* [ ] * [ ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2018 1024lab.netInc. All rights reserved.
* @date 2019/4/28 0028 下午 15:37 * @date 2019/4/28 0028 下午 15:37
* @since JDK1.8
*/ */
public enum DataScopeTypeEnum implements BaseEnum { public enum DataScopeTypeEnum implements BaseEnum {

View File

@ -7,11 +7,7 @@ import net.lab1024.smartadmin.service.common.enumeration.BaseEnum;
* [ ] * [ ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2018 1024lab.netInc. All rights reserved.
* @date 2019/4/28 0028 下午 15:37 * @date 2019/4/28 0028 下午 15:37
* @since JDK1.8
*/ */
public enum DataScopeViewTypeEnum implements BaseEnum { public enum DataScopeViewTypeEnum implements BaseEnum {

View File

@ -7,11 +7,7 @@ import net.lab1024.smartadmin.service.common.enumeration.BaseEnum;
* [ ] * [ ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2018 1024lab.netInc. All rights reserved.
* @date 2019/5/8 0008 下午 16:00 * @date 2019/5/8 0008 下午 16:00
* @since JDK1.8
*/ */
public enum DataScopeWhereInTypeEnum implements BaseEnum { public enum DataScopeWhereInTypeEnum implements BaseEnum {

View File

@ -9,11 +9,7 @@ import java.util.List;
* [ ] * [ ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2018 1024lab.netInc. All rights reserved.
* @date 2019/4/27 0027 下午 16:37 * @date 2019/4/27 0027 下午 16:37
* @since JDK1.8
*/ */
@Data @Data
public class DataScopeAndViewTypeVO { public class DataScopeAndViewTypeVO {

View File

@ -8,11 +8,7 @@ import lombok.Data;
* [ ] * [ ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2018 1024lab.netInc. All rights reserved.
* @date 2019/4/27 0027 下午 16:37 * @date 2019/4/27 0027 下午 16:37
* @since JDK1.8
*/ */
@Data @Data
@Builder @Builder

View File

@ -8,11 +8,7 @@ import net.lab1024.smartadmin.service.module.system.datascope.constant.DataScope
* [ ] * [ ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2018 1024lab.netInc. All rights reserved.
* @date 2019/4/28 0028 下午 17:21 * @date 2019/4/28 0028 下午 17:21
* @since JDK1.8
*/ */
@Data @Data
public class DataScopeSqlConfig { public class DataScopeSqlConfig {

View File

@ -8,11 +8,7 @@ import lombok.Data;
* [ ] * [ ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2018 1024lab.netInc. All rights reserved.
* @date 2019/4/28 0028 下午 15:41 * @date 2019/4/28 0028 下午 15:41
* @since JDK1.8
*/ */
@Data @Data
@Builder @Builder

View File

@ -17,11 +17,7 @@ import java.util.List;
* [ ] * [ ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2018 1024lab.netInc. All rights reserved.
* @date 2019/4/27 0027 下午 14:52 * @date 2019/4/27 0027 下午 14:52
* @since JDK1.8
*/ */
@Service @Service
public class DataScopeService { public class DataScopeService {

View File

@ -31,11 +31,7 @@ import java.util.concurrent.ConcurrentHashMap;
* [ ] * [ ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2018 1024lab.netInc. All rights reserved.
* @date 2019/4/29 0029 上午 10:12 * @date 2019/4/29 0029 上午 10:12
* @since JDK1.8
*/ */
@Slf4j @Slf4j
@Service @Service

View File

@ -24,11 +24,7 @@ import java.util.stream.Collectors;
* [ ] * [ ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2018 1024lab.netInc. All rights reserved.
* @date 2019/4/28 0028 下午 15:56 * @date 2019/4/28 0028 下午 15:56
* @since JDK1.8
*/ */
@Service @Service
public class DataScopeViewService { public class DataScopeViewService {

View File

@ -9,11 +9,7 @@ import java.util.Map;
* [ 数据范围策略 ,使用DataScopeWhereInTypeEnum.CUSTOM_STRATEGY类型DataScope注解的joinSql属性无用] * [ 数据范围策略 ,使用DataScopeWhereInTypeEnum.CUSTOM_STRATEGY类型DataScope注解的joinSql属性无用]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2018 1024lab.netInc. All rights reserved.
* @date 2020/11/28 0008 下午 16:00 * @date 2020/11/28 0008 下午 16:00
* @since JDK1.8
*/ */
public abstract class DataScopePowerStrategy { public abstract class DataScopePowerStrategy {

View File

@ -9,12 +9,8 @@ import javax.validation.constraints.NotNull;
/** /**
* *
* [ ] * [ ]
* *
* @version 1.0
* @since JDK1.8
* @author yandanyang * @author yandanyang
* @company 1024lab.net
* @copyright (c) 2019 1024lab.netInc. All rights reserved.
* @date * @date
*/ */
@Data @Data

View File

@ -9,11 +9,7 @@ import javax.validation.constraints.NotNull;
* [ ] * [ ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2019 1024lab.netInc. All rights reserved.
* @date * @date
* @since JDK1.8
*/ */
@Data @Data
public class DepartmentUpdateForm extends DepartmentAddForm { public class DepartmentUpdateForm extends DepartmentAddForm {

View File

@ -11,11 +11,7 @@ import java.util.List;
* [ ] * [ ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2019 1024lab.netInc. All rights reserved.
* @date * @date
* @since JDK1.8
*/ */
@Data @Data
public class EmployeeUpdateRoleForm { public class EmployeeUpdateRoleForm {

View File

@ -15,11 +15,7 @@ import java.util.Date;
* [ ] * [ ]
* *
* @author luoyi * @author luoyi
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2019 1024lab.netInc. All rights reserved.
* @date * @date
* @since JDK1.8
*/ */
@Slf4j @Slf4j
@Service @Service

View File

@ -24,11 +24,7 @@ import org.springframework.stereotype.Service;
/** /**
* @author zhuoda * @author zhuoda
* @version 2.0
* @company 1024lab.net
* @copyright (c) 2019-2021 1024lab.netInc. All rights reserved.
* @date 2021-11-1 * @date 2021-11-1
* @since JDK1.8
*/ */
@Slf4j @Slf4j
@Service @Service

View File

@ -10,11 +10,7 @@ import net.lab1024.smartadmin.service.module.system.role.domain.entity.RoleEntit
* [ ] * [ ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2018 1024lab.netInc. All rights reserved.
* @date 2019/3/27 0027 下午 13:00 * @date 2019/3/27 0027 下午 13:00
* @since JDK1.8
*/ */
@Mapper @Mapper
@Component @Component

View File

@ -12,11 +12,7 @@ import java.util.List;
* [ ] * [ ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2018 1024lab.netInc. All rights reserved.
* @date 2019/4/27 0027 下午 14:41 * @date 2019/4/27 0027 下午 14:41
* @since JDK1.8
*/ */
@Mapper @Mapper
@Component @Component

View File

@ -16,11 +16,7 @@ import java.util.List;
* [ ] * [ ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2018 1024lab.netInc. All rights reserved.
* @date 2019/3/27 0027 下午 13:00 * @date 2019/3/27 0027 下午 13:00
* @since JDK1.8
*/ */
@Mapper @Mapper
@Component @Component

View File

@ -11,11 +11,7 @@ import java.time.LocalDateTime;
* [ 数据范围与角色关系 ] * [ 数据范围与角色关系 ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2018 1024lab.netInc. All rights reserved.
* @date 2019/4/27 0027 下午 14:43 * @date 2019/4/27 0027 下午 14:43
* @since JDK1.8
*/ */
@Data @Data
@TableName("t_role_data_scope") @TableName("t_role_data_scope")

View File

@ -11,11 +11,7 @@ import java.time.LocalDateTime;
* [ 角色 员工关系] * [ 角色 员工关系]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2018 1024lab.netInc. All rights reserved.
* @date 2019/3/27 0027 下午 13:01 * @date 2019/3/27 0027 下午 13:01
* @since JDK1.8
*/ */
@Data @Data
@TableName("t_role_employee") @TableName("t_role_employee")

View File

@ -11,11 +11,7 @@ import java.util.List;
* [ ] * [ ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2018 1024lab.netInc. All rights reserved.
* @date 2019/4/27 0027 下午 16:47 * @date 2019/4/27 0027 下午 16:47
* @since JDK1.8
*/ */
@Data @Data
public class RoleDataScopeUpdateForm { public class RoleDataScopeUpdateForm {

View File

@ -8,11 +8,7 @@ import net.lab1024.smartadmin.service.common.domain.PageParam;
* [ ] * [ ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2019 1024lab.netInc. All rights reserved.
* @date * @date
* @since JDK1.8
*/ */
@Data @Data
public class RoleEmployeeQueryForm extends PageParam { public class RoleEmployeeQueryForm extends PageParam {

View File

@ -8,11 +8,7 @@ import net.lab1024.smartadmin.service.common.domain.PageParam;
* [ ] * [ ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2019 1024lab.netInc. All rights reserved.
* @date * @date
* @since JDK1.8
*/ */
@Data @Data
public class RoleQueryForm extends PageParam { public class RoleQueryForm extends PageParam {

View File

@ -7,11 +7,7 @@ import lombok.Data;
* [ ] * [ ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2018 1024lab.netInc. All rights reserved.
* @date 2019/4/27 0027 下午 16:43 * @date 2019/4/27 0027 下午 16:43
* @since JDK1.8
*/ */
@Data @Data
public class RoleDataScopeVO { public class RoleDataScopeVO {

View File

@ -6,11 +6,7 @@ import lombok.Data;
* [ ] * [ ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2018 1024lab.netInc. All rights reserved.
* @date 2019/3/27 0027 下午 15:27 * @date 2019/3/27 0027 下午 15:27
* @since JDK1.8
*/ */
@Data @Data
public class RoleEmployeeVO { public class RoleEmployeeVO {

View File

@ -7,11 +7,7 @@ import lombok.Data;
* [ ] * [ ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2018 1024lab.netInc. All rights reserved.
* @date 2019/3/27 0027 下午 15:27 * @date 2019/3/27 0027 下午 15:27
* @since JDK1.8
*/ */
@Data @Data
public class RoleSelectedVO extends RoleVO { public class RoleSelectedVO extends RoleVO {

View File

@ -7,11 +7,7 @@ import lombok.Data;
* [ ] * [ ]
* *
* @author yandanyang * @author yandanyang
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2018 1024lab.netInc. All rights reserved.
* @date 2019/3/27 0027 下午 15:27 * @date 2019/3/27 0027 下午 15:27
* @since JDK1.8
*/ */
@Data @Data
public class RoleVO { public class RoleVO {