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