From 3865194441f1e1da34c0be9034d86c8d0d68706c Mon Sep 17 00:00:00 2001 From: lss <2538410689@qq.com> Date: 星期五, 04 七月 2025 17:26:23 +0800 Subject: [PATCH] 接口调用中间表开发 --- HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/HH.WCS.JiaTong.csproj | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/HH.WCS.JiaTong.csproj b/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/HH.WCS.JiaTong.csproj index a9c5e72..b4c9a36 100644 --- a/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/HH.WCS.JiaTong.csproj +++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/HH.WCS.JiaTong.csproj @@ -62,6 +62,9 @@ <Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL"> <HintPath>..\packages\NLog.5.1.1\lib\net45\NLog.dll</HintPath> </Reference> + <Reference Include="NModbus, Version=3.0.81.0, Culture=neutral, processorArchitecture=MSIL"> + <HintPath>packages\NModbus.3.0.81\lib\net46\NModbus.dll</HintPath> + </Reference> <Reference Include="Opc.UaFx.Client, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0220af0d33d50236, processorArchitecture=MSIL"> <HintPath>..\packages\Opc.UaFx.Client.2.42.0\lib\net46\Opc.UaFx.Client.dll</HintPath> </Reference> @@ -192,6 +195,8 @@ <Compile Include="models\BaseModel.cs" /> <Compile Include="models\Area.cs" /> <Compile Include="models\CntrItemDetail.cs" /> + <Compile Include="models\GT_Interface_Exc.cs" /> + <Compile Include="models\TASK_LIMIT.cs" /> <Compile Include="models\HangChaAGV.cs" /> <Compile Include="models\ErrorInfo.cs" /> <Compile Include="models\LocationExt.cs" /> -- Gitblit v1.9.1