From 01c3a4658026e9c3ed9daaf1f1b27da368ab11a9 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周五, 20 12月 2024 18:06:25 +0800
Subject: [PATCH] //校验数据是否正确 【Editby shaocx,2024-12-20】

---
 CC/iWareSql/iWareSql.csproj |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/CC/iWareSql/iWareSql.csproj b/CC/iWareSql/iWareSql.csproj
index c9040b2..e0d21e3 100644
--- a/CC/iWareSql/iWareSql.csproj
+++ b/CC/iWareSql/iWareSql.csproj
@@ -55,6 +55,7 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="DataAccess\WmsConfigEncryptionHandler.cs" />
     <Compile Include="DataAccess\TaskHandler.cs" />
     <Compile Include="DataAccess\AgvHandler.cs" />
     <Compile Include="DataAccess\Base_CodeItemsHandler.cs" />
@@ -62,7 +63,6 @@
     <Compile Include="DataAccess\ClearDataHandler.cs" />
     <Compile Include="DataAccess\DeviceSrmRealTimeHandler.cs" />
     <Compile Include="DataAccess\DeviceRgvRealTimeHandler.cs" />
-    <Compile Include="DataAccess\DeviceWarningHandler.cs" />
     <Compile Include="DataAccess\MesService.cs" />
     <Compile Include="DataAccess\PersonHandlerRecordHandler.cs" />
     <Compile Include="DataAccess\PlanOutTaskHandler.cs" />
@@ -219,6 +219,8 @@
     <Compile Include="WmsDBModel\wms_base_material_type.cs" />
     <Compile Include="WmsDBModel\wms_base_place.cs" />
     <Compile Include="WmsDBModel\wms_base_warehouse.cs" />
+    <Compile Include="WmsDBModel\wms_config_device_warning.cs" />
+    <Compile Include="WmsDBModel\wms_config_encryption.cs" />
     <Compile Include="WmsDBModel\wms_config_no_rule.cs" />
     <Compile Include="WmsDBModel\wms_config_print.cs" />
     <Compile Include="WmsDBModel\wms_config_serial_rule.cs" />
@@ -227,10 +229,13 @@
     <Compile Include="WmsDBModel\wms_log_action.cs" />
     <Compile Include="WmsDBModel\wms_rbline_runmode.cs" />
     <Compile Include="WmsDBModel\wms_rbline_task.cs" />
+    <Compile Include="WmsDBModel\wms_record_device_warning.cs" />
     <Compile Include="WmsDBModel\wms_record_package_process.cs" />
     <Compile Include="WmsDBModel\wms_record_print.cs" />
     <Compile Include="WmsDBModel\wms_record_trans.cs" />
+    <Compile Include="WmsDBModel\wms_record_upi_ng.cs" />
     <Compile Include="WmsDBModel\wms_record_upi_process.cs" />
+    <Compile Include="WmsDBModel\wms_record_upi_replenish.cs" />
     <Compile Include="WmsDBModel\wms_stock_quan.cs" />
     <Compile Include="WmsDBModel\wms_sys_basic_data.cs" />
     <Compile Include="WmsDBModel\wms_sys_help_doc.cs" />

--
Gitblit v1.9.3