springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/warpper/IdentityInformationVO.java
@@ -51,4 +51,10 @@ */ @ApiModelProperty(value = "权限列表:1-党员 2-管理员") private List<PermissionsVO> permissions; @ApiModelProperty(value = "上级所属层级id") private Integer levelId; @ApiModelProperty(value = "是否纪检组监督账号:1:是,0:否") private Integer superviseFlag; }