/// <summary> /// 插入库存信息 /// </summary> public static int InsertGiftProductStock(string pid, int stock) { try { return(SE_GiftManageConfigDAL.IntsertGiftProductStock(pid, stock)); } catch (Exception ex) { throw ex; } }