Ejemplo n.º 1
0
 /// <summary>
 /// 根据条件得到列表
 /// </summary>
 /// <param name="strWhere"></param>
 /// <returns></returns>
 public static DataTable GetList(string strWhere)
 {
     return(To_PaymentReturnService.GetList(strWhere));
 }