mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 02:08:15 +08:00
update 更新数据权限注解说明
This commit is contained in:
parent
f99ffb5f6c
commit
82193c91e5
@ -12,8 +12,14 @@ import java.lang.annotation.*;
|
||||
@Documented
|
||||
public @interface DataColumn {
|
||||
|
||||
/**
|
||||
* 占位符关键字
|
||||
*/
|
||||
String key() default "deptName";
|
||||
|
||||
/**
|
||||
* 占位符替换值
|
||||
*/
|
||||
String value() default "dept_id";
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user