From 8083bd8e92584a46a21ee8e71ddcdb834d1c8bab Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期一, 22 七月 2024 15:01:20 +0800
Subject: [PATCH] 工单路由树

---
 Tiger.Model.Net/Tiger.Model.Net.csproj |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj
index bf91b83..62abdfc 100644
--- a/Tiger.Model.Net/Tiger.Model.Net.csproj
+++ b/Tiger.Model.Net/Tiger.Model.Net.csproj
@@ -103,6 +103,20 @@
     <Compile Include="Entitys\DigitalTwin\Sharetronic\OperateConfigConfirmEntity.cs" />
     <Compile Include="Entitys\DigitalTwin\Sharetronic\OperateConfigEntity.cs" />
     <Compile Include="Entitys\DigitalTwin\Sharetronic\ShelfApiResult.cs" />
+    <Compile Include="Entitys\EMS\EMS_EQM_TYPE.cs" />
+    <Compile Include="Entitys\EMS\EMS_EQUIPMENT.cs" />
+    <Compile Include="Entitys\EMS\EMS_FAULT.cs" />
+    <Compile Include="Entitys\EMS\EMS_INS_DTL.cs" />
+    <Compile Include="Entitys\EMS\EMS_INS_ITEM.cs" />
+    <Compile Include="Entitys\EMS\EMS_INS_ORDER.cs" />
+    <Compile Include="Entitys\EMS\EMS_INS_PLAN.cs" />
+    <Compile Include="Entitys\EMS\EMS_INS_PLAN_ITEM.cs" />
+    <Compile Include="Entitys\EMS\EMS_MTN_DTL.cs" />
+    <Compile Include="Entitys\EMS\EMS_MTN_ITEM.cs" />
+    <Compile Include="Entitys\EMS\EMS_MTN_ORDER.cs" />
+    <Compile Include="Entitys\EMS\EMS_MTN_PLAN.cs" />
+    <Compile Include="Entitys\EMS\EMS_MTN_PLAN_ITEM.cs" />
+    <Compile Include="Entitys\EMS\EMS_REPAIR.cs" />
     <Compile Include="Entitys\MES\BIZ_MES_WO.cs" />
     <Compile Include="Entitys\MES\BIZ_MES_WO_BATCH.cs" />
     <Compile Include="Entitys\MES\BIZ_MES_WO_SN.cs" />
@@ -130,6 +144,7 @@
     <Compile Include="Entitys\MES\MES_WO_NODE_POST.cs" />
     <Compile Include="Entitys\MES\MES_WO_OPER.cs" />
     <Compile Include="Entitys\MES\node.cs" />
+    <Compile Include="Entitys\MES\ParameterEntity\BizMesWoBatchParameter.cs" />
     <Compile Include="Entitys\MES\ParameterEntity\SmtLoadingReturn.cs" />
     <Compile Include="Entitys\MES\ParameterEntity\SmtLoadingInput.cs" />
     <Compile Include="Entitys\MES\ParameterEntity\PositionParameter.cs" />
@@ -151,6 +166,7 @@
     <Compile Include="Entitys\MES\V_MES_ROUTE_NLV.cs" />
     <Compile Include="Entitys\MES\V_MES_ROUTE_NOE_POST.cs" />
     <Compile Include="Entitys\MES\V_MES_ROUTE_PTREE.cs" />
+    <Compile Include="Entitys\MES\V_MES_WO_BATCH.cs" />
     <Compile Include="Entitys\MES\V_SMT_TOOL.cs" />
     <Compile Include="Entitys\MES\SMT_TOOL.cs" />
     <Compile Include="Entitys\MES\SMT_TOOL_HIS.cs" />
@@ -515,8 +531,6 @@
     <None Include="app.config" />
     <None Include="packages.config" />
   </ItemGroup>
-  <ItemGroup>
-    <Folder Include="Entitys\EMS\" />
-  </ItemGroup>
+  <ItemGroup />
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 </Project>
\ No newline at end of file

--
Gitblit v1.9.3