Commit bccc9c5f authored by 赵啸非's avatar 赵啸非

添加角色列表携带menuIds

parent 9674ad06
...@@ -15,6 +15,6 @@ import java.util.List; ...@@ -15,6 +15,6 @@ import java.util.List;
public class RoleVo extends BaseEntityLong { public class RoleVo extends BaseEntityLong {
/** 菜单ID列表 */ /** 菜单ID列表 */
private List <Long> menuIdList; private List <Long> menuIdList=new ArrayList<>();
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment