From 369cc243ba225a86333f25334c18c30bec8bd118 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期一, 24 六月 2024 15:30:42 +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 4e4a701..bffb64a 100644 --- a/Tiger.Model.Net/Tiger.Model.Net.csproj +++ b/Tiger.Model.Net/Tiger.Model.Net.csproj @@ -108,6 +108,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,6 +122,7 @@ <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" /> @@ -135,6 +137,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" /> -- Gitblit v1.9.3