Exemplo n.º 1
0
 /// <summary>
 /// 报告份数统计表 Create By: weilin 2014-11-21
 /// </summary>
 /// <param name="TMisMonitorResultVo"></param>
 /// <returns></returns>
 public DataTable SelectReportDataLst(string strContractType, string strMonitorType, string strStartDate, string strEndDate)
 {
     return(access.SelectReportDataLst(strContractType, strMonitorType, strStartDate, strEndDate));
 }