com.zznote.basecommon.common.annotation.DataPermission Maven / Gradle / Ivy
The newest version!
package com.zznote.basecommon.common.annotation;
import java.lang.annotation.*;
/**
* 数据权限组
*
* @author zhangzhen
*/
@Target({ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface DataPermission {
DataColumn[] value();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy