@Documented @Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) public @interface NodeDataPermission
Modifier and Type | Required Element and Description |
---|---|
Class<? extends BaseNodeService<?>> |
cls
数据 class
|
Modifier and Type | Optional Element and Description |
---|---|
String |
parameterName
参数名
|
public abstract Class<? extends BaseNodeService<?>> cls
public abstract String parameterName
Copyright © 2017–2022. All rights reserved.