From 25f8eb843fd2046d8b94b410185e4ecdd3c07f57 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期日, 04 八月 2024 18:44:28 +0800
Subject: [PATCH] 工单工艺路线编辑

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

diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj
index 548788c..069431d 100644
--- a/Tiger.Model.Net/Tiger.Model.Net.csproj
+++ b/Tiger.Model.Net/Tiger.Model.Net.csproj
@@ -87,6 +87,7 @@
     <Compile Include="Entitys\BAS\BAS_LABEL_PV.cs" />
     <Compile Include="Entitys\BAS\BAS_LABEL_TEMP.cs" />
     <Compile Include="Entitys\BAS\BAS_LABEL_VAR.cs" />
+    <Compile Include="Entitys\BAS\BAS_WIP_EXT.cs" />
     <Compile Include="Entitys\BAS\V_BAS_PKG_DTL.cs" />
     <Compile Include="Entitys\BAS\BAS_PKG_DTL.cs" />
     <Compile Include="Entitys\BAS\BAS_PKG_RULE.cs" />
@@ -138,6 +139,7 @@
     <Compile Include="Entitys\MES\MES_SHIFT_PRD.cs" />
     <Compile Include="Entitys\MES\MES_SHIFT_SYS.cs" />
     <Compile Include="Entitys\MES\MES_WIP_ACT.cs" />
+    <Compile Include="Entitys\MES\MES_WIP_ASSY.cs" />
     <Compile Include="Entitys\MES\MES_WIP_DATA.cs" />
     <Compile Include="Entitys\MES\MES_WIP_DFT.cs" />
     <Compile Include="Entitys\MES\MES_WIP_EXT.cs" />
@@ -177,6 +179,7 @@
     <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_MES_WO_NODE_POST.cs" />
     <Compile Include="Entitys\MES\V_MES_WO_PTREE.cs" />
     <Compile Include="Entitys\MES\V_SMT_TOOL.cs" />
     <Compile Include="Entitys\MES\SMT_TOOL.cs" />

--
Gitblit v1.9.3