From 0bbeeaf8cc151c2b31ca81c3989a6c6b1c6e4163 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周日, 11 8月 2024 08:10:02 +0800
Subject: [PATCH] 修复 测量岛部分 数据要变更名称
---
DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/iWare_SCADA_BusinessLogical.csproj | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/iWare_SCADA_BusinessLogical.csproj b/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/iWare_SCADA_BusinessLogical.csproj
index 03ff630..b547732 100644
--- a/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/iWare_SCADA_BusinessLogical.csproj
+++ b/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/iWare_SCADA_BusinessLogical.csproj
@@ -83,6 +83,7 @@
<Compile Include="BLL\SystemValue.cs" />
<Compile Include="BLL\WorkPieceInfoManager.cs" />
<Compile Include="BLL\WorkPieceLogManager.cs" />
+ <Compile Include="DataCaptureHandlerV2\DeleteDataHandler.cs" />
<Compile Include="DataCaptureHandlerV2\OP80QualityDataHandler.cs" />
<Compile Include="DataCaptureHandlerV2\DataCaptureHandler_01.cs" />
<Compile Include="DataCaptureHandlerV2\DataCaptureHandler_OP3002.cs" />
@@ -93,9 +94,9 @@
<Compile Include="DataCaptureHandlerV2\DataCaptureHandler_06.cs" />
<Compile Include="DataCaptureHandlerV2\DataCaptureHandler_07.cs" />
<Compile Include="DataCaptureHandlerV2\DataCaptureHandler_OP0501.cs" />
- <Compile Include="DataCaptureHandlerV2\DataCaptureHandler_OP1002.cs" />
- <Compile Include="DataCaptureHandlerV2\DataCaptureHandler_OP1003.cs" />
- <Compile Include="DataCaptureHandlerV2\DataCaptureHandler_OP1004.cs" />
+ <Compile Include="DataCaptureHandlerV2\Special\DataCaptureHandler_OP1002.cs" />
+ <Compile Include="DataCaptureHandlerV2\Special\DataCaptureHandler_OP1003.cs" />
+ <Compile Include="DataCaptureHandlerV2\Special\DataCaptureHandler_OP1004.cs" />
<Compile Include="DataCaptureHandlerV2\AlertMonitor.cs" />
<Compile Include="DataCaptureHandlerV2\DataCaptureHandler_OP6002.cs" />
<Compile Include="DataCaptureHandler\DataCaptureHandler.cs" />
--
Gitblit v1.9.3