/// <summary> /// 用户列表 /// </summary> /// <returns></returns> public IEnumerable <RegisterUserEntity> GetList() { return(service.GetList()); }