コード例 #1
0
 public static DataTable GetStorageInRedTableBycondition(string BatchNo, StorageInRedModel model, string timeStart, string timeEnd, string orderby)
 {
     return(StorageInRedDBHelper.GetStorageInRedTableBycondition(BatchNo, model, timeStart, timeEnd, orderby));
 }
コード例 #2
0
 /// <summary>
 /// 查询其他入库单
 /// </summary>
 /// <returns>DataTable</returns>
 public static DataTable GetStorageInRedTableBycondition(string BatchNo, StorageInRedModel model, string timeStart, string timeEnd, int pageIndex, int pageCount, string ord, ref int TotalCount)
 {
     return(StorageInRedDBHelper.GetStorageInRedTableBycondition(BatchNo, model, timeStart, timeEnd, pageIndex, pageCount, ord, ref TotalCount));
 }