/// <summary> /// 查询所有营利 /// </summary> /// <returns></returns> public List <DT_ProfitReport> SelectProfit() { return(pdal.SelectProfit()); }