2025-03-27 15:05:14 +08:00

109 lines
5.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<connectionStrings>
<!--生成器大小写转换字典-->
<add name="CodeGenerator.UpperLowerCaseConvert"
connectionString="Provider=Microsoft.Ace.oledb.12.0;Data Source=supermap:CodeGenerator.UpperLowerCaseConvert.xlsx;Extended Properties='Excel 12.0;HDR=Yes;IMEX=0;'"
providerName="System.Data.OleDb" />
<!--数据字典-->
<add name="CoreFrameWork.Dictionary"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;PLATFORM_DICTIONARY;qrwl" />
<!--模块管理-->
<add name="CoreFrameWork.Modules"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;PLATFORM_MODULE;qrwl" />
<!--系统框架-->
<add name="FrameWork"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;PLATFORM_FRAMEWORK;qrwl" />
<!--流程定义-->
<add name="WorkFlow.Support"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;WorkFlow_Support;qrwl" />
<add name="WorkFlow.Instance"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;WorkFlow_Instance;qrwl" />
<!--高速驿站-->
<add name="ExchangeData"
providerName="System.Data.OracleClient"
connectionString="supermap:183.129.232.100;1521;orcl;HIGHWAY_EXCHANGE;qrwl" />
<add name="HighWay.SellData"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;HighWay_SellData;qrwl" />
<add name="HighWay.Running"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;HighWay_Running;qrwl" />
<add name="HighWay.Storage"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;HighWay_Storage;qrwl" />
<add name="HighWay.History"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;HighWay_History;qrwl" />
<!--会员管理-->
<add name="MemberShip.History"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;MemberShip_History;qrwl" />
<add name="MemberShip.Running"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;MemberShip_Running;qrwl" />
<add name="MemberShip.Storage"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;MemberShip_storage;qrwl" />
<!--进销存管理-->
<add name="SaleStore.Running"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;SaleStore_Running;qrwl" />
<add name="SaleStore.Storage"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;SaleStore_Storage;qrwl" />
<!--疑难问题-->
<add name="MainTenance.Storage"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;MainTenance_Storage;qrwl" />
<!--收发存-->
<add name="SendRec.Storage"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;SendRec_Storage;qrwl" />
<!--统一供配送-->
<add name="UniformSend.Storage"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;UniformSend_Storage;qrwl" />
<!--商户管理-->
<add name="Seller.History"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;seller_History;qrwl" />
<add name="Seller.Running"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;seller_Running;qrwl" />
<add name="Seller.Storage"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;seller_storage;qrwl" />
<!--财务管理-->
<add name="Finance.History"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;Finance_History;qrwl" />
<add name="Finance.Running"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;Finance_Running;qrwl" />
<add name="Finance.Storage"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;Finance_storage;qrwl" />
<!--移动业务-->
<add name="MobileServicePlatform"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.193;1521;orcl;MobileService_Platform;qrwl" />
<!--人事档案管理-->
<add name="Personnel.History"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;Personnel_History;qrwl" />
<add name="Personnel.Running"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;Personnel_Running;qrwl" />
<add name="Personnel.Storage"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.192;1521;orcl;Personnel_storage;qrwl" />
<!--合作商户管理-->
<add name="Coop.Merchant"
providerName="System.Data.OracleClient"
connectionString="supermap:192.168.11.193;1521;orcl_cm;Coop_Merchant;qrwl" />
</connectionStrings>