/// <summary> /// 查詢配本門市資料 /// </summary> /// <param name="ParameterList"></param> /// <returns></returns> public DataTable QueryDisStoreFor122(ArrayList ParameterList) //ALO122 { #region try { VDS_ALO12_DBO DBO = new VDS_ALO12_DBO(ref USEDB); return DBO.QueryDisStoreFor122(ParameterList); } catch (Exception ex) { throw GetNewException(ex); } #endregion }