Beispiel #1
0
 public static DataTable GetStorageInRedDetailInfo(string ID, string CompanyCD)
 {
     try
     {
         return(StorageInRedDBHelper.GetStorageInRedDetailInfo(ID, CompanyCD));
     }
     catch (Exception)
     {
         throw;
     }
 }
Beispiel #2
0
 /// <summary>
 /// 获取红冲入库详细信息(加载页面的时候)
 /// </summary>
 /// <returns>DataTable</returns>
 public static DataTable GetStorageInRedDetailInfo(StorageInRedModel model)
 {
     return(StorageInRedDBHelper.GetStorageInRedDetailInfo(model));
 }