红白名单功能开发
@@ -155,7 +155,7 @@
<dependency>
<groupId>com.dragoninfo</groupId>
<artifactId>dcuc-duceap-api</artifactId>
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.1.2-SNAPSHOT</version>
</dependency>
<groupId>org.springframework.boot</groupId>
@@ -35,6 +35,9 @@ public class FunRedListTreeVo {
@ApiModelProperty(value = "节点类型")
private String type;
+ @ApiModelProperty(value = "红名单等级")
+ private String level;
+
@ApiModelProperty(value = "子节点集合")
private List<FunRedListTreeVo> child;
@@ -18,6 +18,9 @@ public class AppFunAuthResourceVo {
@ApiModelProperty(value = "应用名称")
private String appName;
+ @ApiModelProperty(value = "功能id,多个使用','隔开")
+ private String funIds;
@ApiModelProperty(value = "功能code,多个使用','隔开")
private String funCodes;