疯狂的狮子Li
2022-08-13 89c1e4f91de2a527ec825c76b0de5dd2fd42cc59
ruoyi-common/src/main/java/com/ruoyi/common/annotation/DataPermission.java
@@ -6,8 +6,9 @@
 * 数据权限组
 *
 * @author Lion Li
 * @version 3.5.0
 */
@Target(ElementType.METHOD)
@Target({ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface DataPermission {