1. //根据用户名查询所有角色
    2. User findRolesByUserName(String username);
    3. //根据角色id查询权限集合
    4. List<Perms> findPermsByRoleId(String id);