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