예제 #1
0
파일: BShipment.cs 프로젝트: zhr008/ERP-1
 /// <summary>
 /// 获得分页数据列表
 /// </summary>
 public DataSet GetList(string strWhere, string orderby, int startIndex, int endIndex)
 {
     return(dal.GetList(strWhere, orderby, startIndex, endIndex));
 }