예제 #1
0
 /// <summary>
 /// 查询库存信息
 /// </summary>
 public static int?GetGiftProductStock(string pid)
 {
     try
     {
         return(SE_GiftManageConfigDAL.GetGiftProductStock(ProcessConnection.OpenGungnirReadOnly, pid));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }