@@ -21,6 +21,9 @@ public class AuthModel implements Serializable {
@Schema(description = "权限值,如:roleList")
private String value;
+ @Schema(description = "是否可以勾选")
+ private Boolean isCanSelect = Boolean.TRUE;
+
@Schema(description = "是否已有该权限,是否已选中")
private boolean select;