コード例 #1
0
ファイル: department.cs プロジェクト: luu2017/Warehouse_gra-1
 /// <summary>
 /// 分页获取数据列表
 /// </summary>
 public int GetRecordCount(string strWhere)
 {
     return(dal.GetRecordCount(strWhere));
 }