public static DataTable GetStorageOutSellDetailInfo(string ID, string CompanyCD) { try { return(StorageOutSellDBHelper.GetStorageOutSellDetailInfo(ID, CompanyCD)); } catch (Exception) { throw; } }
/// <summary> /// 获取销售出库详细信息(加载页面的时候) /// </summary> /// <returns>DataTable</returns> public static DataTable GetStorageOutSellDetailInfo(StorageOutSellModel model) { return(StorageOutSellDBHelper.GetStorageOutSellDetailInfo(model)); }