You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1.2 KiB
Plaintext

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<!--sqlsuger Oracel-->
<add key="OracleDataSource" value="Data Source=10.100.71.101/ORCL;User ID=aucma;Password=aucma;Max Pool Size=512;Pooling=true" />
<!--<add key="OracleDataSource" value="Data Source=124.70.0.226/ORCL;User ID=system;Password=123456;Max Pool Size=512;Pooling=true" />-->
<!--给你传的RGV的PLC编号-->
<add key="InStorePlcCode" value="1001" />
<!--仓库编号-->
<add key="storeCode" value="A" />
<!--工位编号-->
<add key="detialTypeCodeD" value="1000" />
</appSettings>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Oracle.ManagedDataAccess" publicKeyToken="89b483f429c47342" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.122.1.0" newVersion="4.122.1.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>