/// <summary> /// 获得数据列表 /// </summary> /// <returns></returns> public List <Position> GetPositionList() { return(service.GetPositionList()); }