From ca718bf67886ef08cfd22599d22d458b610c02aa Mon Sep 17 00:00:00 2001
From: xcd <834800634@qq.com>
Date: 星期五, 10 七月 2020 18:34:43 +0800
Subject: [PATCH] 板卡添加轴状态和轴报警信息输出

---
 src/Bro.Common.Model/Bro.Common.Model.csproj |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/Bro.Common.Model/Bro.Common.Model.csproj b/src/Bro.Common.Model/Bro.Common.Model.csproj
index de64a2e..77091cd 100644
--- a/src/Bro.Common.Model/Bro.Common.Model.csproj
+++ b/src/Bro.Common.Model/Bro.Common.Model.csproj
@@ -78,7 +78,7 @@
     </Reference>
     <Reference Include="dog_net_windows, Version=1.0.1.28668, Culture=neutral, PublicKeyToken=56120be447701319, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\..\..\T047\libs\SafetyDog\dog_net_windows.dll</HintPath>
+      <HintPath>..\..\libs\SafetyDog\dog_net_windows.dll</HintPath>
     </Reference>
     <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
       <HintPath>..\..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
@@ -151,8 +151,10 @@
     <Compile Include="Model\CustomizedPoint.cs" />
     <Compile Include="Model\CustomizedRectangle.cs" />
     <Compile Include="Model\DeviceOpBind.cs" />
+    <Compile Include="Model\LaserScanParam.cs" />
     <Compile Include="Model\ModbusFrame.cs" />
     <Compile Include="Model\MonitorSet.cs" />
+    <Compile Include="Model\MotionCardRelated.cs" />
     <Compile Include="Model\PageRequest.cs" />
     <Compile Include="Model\IOItem.cs" />
     <Compile Include="Model\PLCItem.cs" />

--
Gitblit v1.8.0