/// <summary> /// 用户组列表(ALL) /// </summary> /// <returns></returns> public List <RoleEntity> GetAllList() { return(service.GetAllList().ToList()); }