fix: RoleForm表单确实数据权限字段

Signed-off-by: xianrui <1490493387@qq.com>
This commit is contained in:
xianrui
2022-12-13 01:17:25 +00:00
committed by Gitee
parent dedeae3d93
commit 710c487776

View File

@@ -27,4 +27,7 @@ public class RoleForm {
@ApiModelProperty("角色状态(1-正常0-停用)")
private Integer status;
@ApiModelProperty("数据权限")
private Integer dataScope;
}