/// <summary> /// 判斷 /// </summary> public string CheckStAcceptData(ArrayList ParameterList) { try { DBO.PUR_PurchaseDeliveryGoodsDBO dbo = new PUR_PurchaseDeliveryGoodsDBO(ref USEDB); return dbo.CheckStAcceptData(ParameterList); } catch (Exception ex) { throw ex; } }