注释精简

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
* @version 1.0
* @company 1024lab.net
* @copyright (c) 2019 1024lab.netInc. All rights reserved.
* @date
* @since JDK1.8
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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