Ejemplo n.º 1
0
 /*条码扫描使用*/
 public static DataTable GetSubStorageProduct(SubStorageProductModel model)
 {
     return(XBase.Data.Office.LogisticsDistributionManager.SubDeliveryBackDBHelper.GetSubStorageProduct(model));
 }
Ejemplo n.º 2
0
 public static DataTable GetSubStorageProduct(SubStorageProductModel model, int PageIndex, int PageSize, string OrderBy, ref int PageCount, Hashtable htPara)
 {
     return(XBase.Data.Office.LogisticsDistributionManager.SubDeliveryBackDBHelper.GetSubStorageProduct(model, PageIndex, PageSize, OrderBy, ref PageCount, htPara));
 }