/// <summary> /// 角色列表all /// </summary> /// <returns></returns> public List <AppRoleEntity> GetAllList() { return(service.GetAllList().ToList()); }