コード例 #1
0
 //获取后台员工列表
 public DataTable GetEmployeeList(string sIsPage, string sSort, int iPageSize, int iPageIndex, int iDoCount)
 {
     return(dal.GetEmployeeList(sIsPage, sSort, iPageSize, iPageIndex, iDoCount));
 }