//using iWareCommon;
//using System.Linq;
//namespace iWareSql.DataAccess
//{
// public class PurchaseOrderHandler
// {
// ///
// /// 获取 SAP是否启用的标记
// ///
// ///
// public static bool GetSAP_ISENABLE_TRANSFER()
// {
// try
// {
// string sap_ISENABLE_TRANSFER = SysDictDataHandler.GetDictValue(SystemValue.SAP_ISENABLE_TRANSFER);
// if (sap_ISENABLE_TRANSFER == "启用")
// {
// return true;
// }
// }
// catch (System.Exception)
// {
// throw;
// }
// return false;
// }
// }
//}