feat(REQ-2300):数据权限返回数据处理Advice功能,增加对每个子field的递归处理
This commit is contained in:
parent
e0505884dc
commit
4f529ebf87
@ -14,6 +14,8 @@ import java.lang.annotation.*;
|
||||
public @interface DataPermission {
|
||||
boolean enable() default true;
|
||||
|
||||
boolean processResponse() default false;
|
||||
|
||||
/**
|
||||
* 数据权限数据对象code
|
||||
* @return
|
||||
|
||||
Loading…
Reference in New Issue
Block a user