From 092991fec504315c609ca69e00ea214e32401c05 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期六, 06 七月 2024 22:24:47 +0800
Subject: [PATCH] 优化实体

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

diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj
index 4e4a701..b148c18 100644
--- a/Tiger.Model.Net/Tiger.Model.Net.csproj
+++ b/Tiger.Model.Net/Tiger.Model.Net.csproj
@@ -82,6 +82,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\V_BAS_PKG_DTL.cs" />
     <Compile Include="Entitys\BAS\BAS_PKG_DTL.cs" />
     <Compile Include="Entitys\BAS\BAS_PKG_RULE.cs" />
     <Compile Include="Entitys\BAS\BAS_PKG_SN.cs" />
@@ -108,6 +109,7 @@
     <Compile Include="Entitys\MES\edge.cs" />
     <Compile Include="Entitys\MES\MES_CUSTOM_ACT.cs" />
     <Compile Include="Entitys\MES\MES_PROD_ACTION.cs" />
+    <Compile Include="Entitys\MES\MES_PROD_OPER.cs" />
     <Compile Include="Entitys\MES\MES_ROUTE_NODE_ACT.cs" />
     <Compile Include="Entitys\MES\MES_ROUTE_NODE_DFTG.cs" />
     <Compile Include="Entitys\MES\MES_ROUTE_NODE_POST.cs" />
@@ -121,9 +123,11 @@
     <Compile Include="Entitys\MES\MES_WO_EDGE.cs" />
     <Compile Include="Entitys\MES\MES_WO_NODE.cs" />
     <Compile Include="Entitys\MES\MES_WO_NODE_ACT.cs" />
+    <Compile Include="Entitys\MES\MES_WO_OPER.cs" />
     <Compile Include="Entitys\MES\node.cs" />
     <Compile Include="Entitys\MES\ParameterEntity\SmtLoadingReturn.cs" />
     <Compile Include="Entitys\MES\ParameterEntity\SmtLoadingInput.cs" />
+    <Compile Include="Entitys\MES\ParameterEntity\U9C_MES_Input.cs" />
     <Compile Include="Entitys\MES\R_Wip_Tracking_T.cs" />
     <Compile Include="Entitys\MES\SMT_FEEDER.cs" />
     <Compile Include="Entitys\MES\SMT_FEEDER_TYPE.cs" />
@@ -135,6 +139,7 @@
     <Compile Include="Entitys\MES\SMT_PROD_TABLE.cs" />
     <Compile Include="Entitys\MES\SMT_SOLDER.cs" />
     <Compile Include="Entitys\MES\SMT_SOLDER_HIS.cs" />
+    <Compile Include="Entitys\MES\V_BAS_PROD.cs" />
     <Compile Include="Entitys\MES\V_MES_ROUTE_NDS.cs" />
     <Compile Include="Entitys\MES\V_MES_ROUTE_NES.cs" />
     <Compile Include="Entitys\MES\V_MES_ROUTE_NLV.cs" />
@@ -144,6 +149,13 @@
     <Compile Include="Entitys\MES\SMT_TOOL.cs" />
     <Compile Include="Entitys\MES\SMT_TOOL_HIS.cs" />
     <Compile Include="Entitys\MES\SMT_WO_TABLE.cs" />
+    <Compile Include="Entitys\QMS\QMS_AQL_PLAN.cs" />
+    <Compile Include="Entitys\QMS\QMS_AQL_STD.cs" />
+    <Compile Include="Entitys\QMS\QMS_INS_CTGY.cs" />
+    <Compile Include="Entitys\QMS\QMS_INS_DTL.cs" />
+    <Compile Include="Entitys\QMS\QMS_INS_ITEM.cs" />
+    <Compile Include="Entitys\QMS\QMS_INS_STD.cs" />
+    <Compile Include="Entitys\QMS\QMS_SAMPLE_RULE.cs" />
     <Compile Include="Entitys\SYS\LOG_CS_LOGIN.cs" />
     <Compile Include="Entitys\SYS\LOG_PDA_LOGIN.cs" />
     <Compile Include="Entitys\SYS\SYS_CS_LOGIN.cs" />
@@ -499,7 +511,6 @@
   </ItemGroup>
   <ItemGroup>
     <Folder Include="Entitys\EMS\" />
-    <Folder Include="Entitys\QMS\" />
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 </Project>
\ No newline at end of file

--
Gitblit v1.9.3