From a7496b3785a33c14079b859c88b91a537c454cd5 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期二, 06 八月 2024 20:03:49 +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