change -引入bartender

dep_yangw
frankiecao 11 months ago
commit 9e448debca

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />

@ -40,6 +40,9 @@
<ApplicationIcon>program.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Bartender, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Bartender.1.0.0\lib\net45\Bartender.dll</HintPath>
</Reference>
<Reference Include="Custom.Communication.Framework, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>Dll\Custom.Communication.Framework.dll</HintPath>

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Bartender" version="1.0.0" targetFramework="net48" />
<package id="EPPlus" version="6.2.10" targetFramework="net48" />
<package id="EPPlus.Interfaces" version="6.1.1" targetFramework="net48" />
<package id="EPPlus.System.Drawing" version="6.1.1" targetFramework="net48" />

@ -262,7 +262,6 @@ namespace ProductionSystem_Service
editonType.SB2.SendMsgList = _protocolDetailConfigService.QueryActiveProtocolDetailConfigByProtocolConfigCodeAndMsgType("SBUY", "Send");
editonType.SB2.CollectMsgList = _protocolDetailConfigService.QueryActiveProtocolDetailConfigByProtocolConfigCodeAndMsgType("SBUY", "Receive");
continue;
continue;
}
else if (paraConfig[i].ParaCode == "SB3ZS_DB")
{

Loading…
Cancel
Save