From 6c1b1e0601a7db6b576aaa180d6777418a404f18 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期三, 25 十二月 2024 21:15:56 +0800
Subject: [PATCH] 修复了一些已知问题

---
 Tiger.Model.Net/Tiger.Model.Net.csproj |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj
index 870b001..0fa6e54 100644
--- a/Tiger.Model.Net/Tiger.Model.Net.csproj
+++ b/Tiger.Model.Net/Tiger.Model.Net.csproj
@@ -78,7 +78,14 @@
     <Compile Include="Base\DbEntityBase.cs" />
     <Compile Include="Base\TraceDebug.cs" />
     <Compile Include="DTO\MESDTO.cs" />
+    <Compile Include="Entitys\MES\MES_ROUTE_ACT_VAR.cs" />
+    <Compile Include="Entitys\MES\MES_WIP_ACT_VAR.cs" />
+    <Compile Include="Entitys\MES\MES_WO_ACT_VAR.cs" />
+    <Compile Include="Entitys\MES\ParameterEntity\BizPrintInstoreDocParameter.cs" />
     <Compile Include="Entitys\BAS\BAS_ITEM_DOC.cs" />
+    <Compile Include="Entitys\MES\YadaU9\mes_Bin.cs" />
+    <Compile Include="Entitys\MES\YadaU9\mes_MaterialBarCode.cs" />
+    <Compile Include="Entitys\MES\YadaU9\mes_Wh.cs" />
     <Compile Include="Entitys\MQTTEntity.cs" />
     <Compile Include="Entitys\Api\Base.cs" />
     <Compile Include="Entitys\Automate\SNInfo.cs" />
@@ -228,6 +235,8 @@
     <Compile Include="Entitys\SYS\SYS_CS_LOGIN.cs" />
     <Compile Include="Entitys\SYS\SYS_LOW_CODE.cs" />
     <Compile Include="Entitys\SYS\SYS_PDA_LOGIN.cs" />
+    <Compile Include="Entitys\WMS\Api\Input_Entitys.cs" />
+    <Compile Include="Entitys\WMS\Api\Output_Entitys.cs" />
     <Compile Include="Entitys\WMS\Api\Resell.cs" />
     <Compile Include="Entitys\WMS\Api\InFinished.cs" />
     <Compile Include="Entitys\WMS\Api\InReceiptCheckingInput.cs" />
@@ -555,7 +564,6 @@
     <Compile Include="Entitys\DigitalTwin\SeaStone\WebHook.cs" />
     <Compile Include="Entitys\SYS\USER.cs" />
     <Compile Include="Entitys\AnonymousEntity.cs" />
-    <Compile Include="Entitys\Barcode.cs" />
     <Compile Include="Entitys\ImportEntity.cs" />
     <Compile Include="Entitys\WMS\AgvActionResult.cs" />
     <Compile Include="Entitys\WMS\KanBan\WareHousing.cs" />

--
Gitblit v1.9.3