public static DataTable GetStorageInRedTableBycondition(string BatchNo, StorageInRedModel model, string timeStart, string timeEnd, string orderby) { return(StorageInRedDBHelper.GetStorageInRedTableBycondition(BatchNo, model, timeStart, timeEnd, orderby)); }
/// <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)); }