/// <summary> /// 查询所有 /// </summary> /// <returns></returns> public IList <UserRole> GetUserRolesAll() { return(urs.GetUserRolesAll()); }