角色数据权限修改DTO加参数
This commit is contained in:
@@ -29,4 +29,7 @@ public class SysRoleUpdateDTO {
|
||||
@ApiModelProperty(value = "角色备注")
|
||||
private String note;
|
||||
|
||||
@ApiModelProperty(value = "数据权限")
|
||||
private Integer power;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user