From 5d38a48ce0778208a5455cd046c45f2233c507a1 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期三, 24 七月 2024 22:43:58 +0800 Subject: [PATCH] 增加生产不良记录实体 --- Tiger.Model.Net/Tiger.Model.Net.csproj | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj index 0039601..79d02f1 100644 --- a/Tiger.Model.Net/Tiger.Model.Net.csproj +++ b/Tiger.Model.Net/Tiger.Model.Net.csproj @@ -12,10 +12,14 @@ <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <Deterministic>true</Deterministic> - <SccProjectName></SccProjectName> - <SccLocalPath></SccLocalPath> - <SccAuxPath></SccAuxPath> - <SccProvider></SccProvider> + <SccProjectName> + </SccProjectName> + <SccLocalPath> + </SccLocalPath> + <SccAuxPath> + </SccAuxPath> + <SccProvider> + </SccProvider> <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> @@ -134,6 +138,7 @@ <Compile Include="Entitys\MES\MES_SHIFT_SYS.cs" /> <Compile Include="Entitys\MES\MES_WIP_ACT.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" /> <Compile Include="Entitys\MES\MES_WIP_HIS.cs" /> <Compile Include="Entitys\MES\MES_WO_ACTION.cs" /> -- Gitblit v1.9.3