update 优化数据权限缓存合并为一个 标注版本注释

This commit is contained in:
疯狂的狮子Li
2021-12-17 21:50:14 +08:00
parent d40b9324ca
commit 3fce90dbb9
5 changed files with 16 additions and 7 deletions

View File

@ -6,6 +6,7 @@ import java.lang.annotation.*;
* 数据权限
*
* @author Lion Li
* @version 3.5.0
*/
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)

View File

@ -6,6 +6,7 @@ import java.lang.annotation.*;
* 数据权限组
*
* @author Lion Li
* @version 3.5.0
*/
@Target({ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)

View File

@ -15,6 +15,7 @@ import lombok.Getter;
* 如需扩展更多自定义服务 可以参考 sdss 自行编写
*
* @author Lion Li
* @version 3.5.0
*/
@Getter
@AllArgsConstructor