2025-03-28 09:49:56 +08:00

111 lines
5.5 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:10.103.1.8;1521;orcl_cm;PLATFORM_DICTIONARY;qrwl" />
<!--模块管理-->
<!--<add name="CoreFrameWork.Modules"
providerName="System.Data.OleDb"
connectionString="Provider=Microsoft.Ace.oledb.12.0;Data Source=supermap:RealEstate.Module.accdb;" />-->
<add name="CoreFrameWork.Modules"
providerName="System.Data.OracleClient"
connectionString="supermap:10.103.1.8;1521;orcl_cm;PLATFORM_MODULE;qrwl" />
<!--系统框架-->
<!--<add name="FrameWork"
providerName="System.Data.OleDb"
connectionString="Provider=Microsoft.Ace.oledb.12.0;Data Source=supermap:RealEstate.FrameWork.accdb;" />-->
<add name="FrameWork"
providerName="System.Data.OracleClient"
connectionString="supermap:10.103.1.8;1521;orcl_cm;PLATFORM_FRAMEWORK;qrwl" />
<!--流程定义-->
<add name="WorkFlow.Support"
providerName="System.Data.OracleClient"
connectionString="supermap:10.103.1.8;1521;orcl_cm;WorkFlow_Support;qrwl" />
<add name="WorkFlow.Instance"
providerName="System.Data.OracleClient"
connectionString="supermap:10.103.1.8;1521;orcl_cm;WorkFlow_Instance;qrwl" />
<!--高速驿站-->
<add name="ExchangeData"
providerName="System.Data.OracleClient"
connectionString="supermap:localhost;1521;orclex;HIGHWAY_EXCHANGE;qrwl" />
<add name="HighWay.SellData"
providerName="System.Data.OracleClient"
connectionString="supermap:10.103.1.8;1521;orcl_cm;HighWay_SellData;qrwl" />
<add name="HighWay.Running"
providerName="System.Data.OracleClient"
connectionString="supermap:10.103.1.8;1521;orcl_cm;HighWay_Running;qrwl" />
<add name="HighWay.Storage"
providerName="System.Data.OracleClient"
connectionString="supermap:10.103.1.8;1521;orcl_cm;HighWay_Storage;qrwl" />
<add name="HighWay.History"
providerName="System.Data.OracleClient"
connectionString="supermap:10.103.1.8;1521;orcl_cm;HighWay_History;qrwl" />
<!--会员管理-->
<add name="MemberShip.History"
providerName="System.Data.OracleClient"
connectionString="supermap:10.103.1.8;1521;orcl_cm;MemberShip_History;qrwl" />
<add name="MemberShip.Running"
providerName="System.Data.OracleClient"
connectionString="supermap:10.103.1.8;1521;orcl_cm;MemberShip_Running;qrwl" />
<add name="MemberShip.Storage"
providerName="System.Data.OracleClient"
connectionString="supermap:10.103.1.8;1521;orcl_cm;MemberShip_storage;qrwl" />
<!--进销存管理-->
<add name="SaleStore.Running"
providerName="System.Data.OracleClient"
connectionString="supermap:10.103.1.8;1521;orcl_cm;SaleStore_Running;qrwl" />
<add name="SaleStore.Storage"
providerName="System.Data.OracleClient"
connectionString="supermap:10.103.1.8;1521;orcl_cm;SaleStore_Storage;qrwl" />
<!--仓储物资-->
<add name="SendRec.Storage"
providerName="System.Data.OracleClient"
connectionString="supermap:10.103.1.8;1521;orcl_cm;SendRec_Storage;qrwl" />
<!--统一供配送-->
<add name="UniformSend.Storage"
providerName="System.Data.OracleClient"
connectionString="supermap:10.103.1.8;1521;orcl_cm;UniformSend_Storage;qrwl" />
<!--商户管理-->
<add name="Seller.History"
providerName="System.Data.OracleClient"
connectionString="supermap:10.103.1.8;1521;orcl_cm;seller_History;qrwl" />
<add name="Seller.Running"
providerName="System.Data.OracleClient"
connectionString="supermap:10.103.1.8;1521;orcl_cm;seller_Running;qrwl" />
<add name="Seller.Storage"
providerName="System.Data.OracleClient"
connectionString="supermap:10.103.1.8;1521;orcl_cm;seller_storage;qrwl" />
<!--财务管理-->
<add name="Finance.History"
providerName="System.Data.OracleClient"
connectionString="supermap:localhost;1521;orclcs;Finance_History;qrwl" />
<add name="Finance.Running"
providerName="System.Data.OracleClient"
connectionString="supermap:localhost;1521;orclcs;Finance_Running;qrwl" />
<add name="Finance.Storage"
providerName="System.Data.OracleClient"
connectionString="supermap:localhost;1521;orclcs;Finance_storage;qrwl" />
<!--移动业务-->
<add name="MobileServicePlatform"
providerName="System.Data.OracleClient"
connectionString="supermap:10.103.1.8;1521;orcl;MobileService_Platform;qrwl" />
<!--人事档案管理-->
<add name="Personnel.History"
providerName="System.Data.OracleClient"
connectionString="supermap:localhost;1521;orclcs;Personnel_History;qrwl" />
<add name="Personnel.Running"
providerName="System.Data.OracleClient"
connectionString="supermap:localhost;1521;orclcs;Personnel_Running;qrwl" />
<add name="Personnel.Storage"
providerName="System.Data.OracleClient"
connectionString="supermap:localhost;1521;orclcs;Personnel_storage;qrwl" />
<!--合作商户管理-->
<add name="Coop.Merchant"
providerName="System.Data.OracleClient"
connectionString="supermap:10.103.1.8;1521;orcl_cm;Coop_Merchant;qrwl" />
</connectionStrings>