From 0fdd0687f116ac43f7432227dfaa2ebc2f696575 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期日, 04 八月 2024 17:21:11 +0800 Subject: [PATCH] 增加扩展信息绑定工序 --- Tiger.Model.Net/Tiger.Model.Net.csproj | 21 ++++++++++++++++----- 1 files changed, 16 insertions(+), 5 deletions(-) diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj index 07ff413..ec6ce45 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>SAK</SccProjectName> - <SccLocalPath>SAK</SccLocalPath> - <SccAuxPath>SAK</SccAuxPath> - <SccProvider>SAK</SccProvider> + <SccProjectName> + </SccProjectName> + <SccLocalPath> + </SccLocalPath> + <SccAuxPath> + </SccAuxPath> + <SccProvider> + </SccProvider> <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> @@ -83,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" /> @@ -117,6 +122,7 @@ <Compile Include="Entitys\EMS\EMS_MTN_PLAN.cs" /> <Compile Include="Entitys\EMS\EMS_MTN_PLAN_ITEM.cs" /> <Compile Include="Entitys\EMS\EMS_REPAIR.cs" /> + <Compile Include="Entitys\BAS\BAS_LABEL_VAR_WO.cs" /> <Compile Include="Entitys\MES\BIZ_MES_WO.cs" /> <Compile Include="Entitys\MES\BIZ_MES_WO_BATCH.cs" /> <Compile Include="Entitys\MES\BIZ_MES_WO_SN.cs" /> @@ -133,9 +139,12 @@ <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" /> <Compile Include="Entitys\MES\MES_WIP_HIS.cs" /> + <Compile Include="Entitys\MES\MES_WIP_PKG.cs" /> <Compile Include="Entitys\MES\MES_WO_ACTION.cs" /> <Compile Include="Entitys\MES\MES_WO_EDGE.cs" /> <Compile Include="Entitys\MES\MES_WO_NODE.cs" /> @@ -144,7 +153,9 @@ <Compile Include="Entitys\MES\MES_WO_NODE_POST.cs" /> <Compile Include="Entitys\MES\MES_WO_OPER.cs" /> <Compile Include="Entitys\MES\node.cs" /> - <Compile Include="Entitys\MES\ParameterEntity\BizMesWoBatchParameter.cs" /> + <Compile Include="Entitys\MES\ParameterEntity\BizMesWoBatchParameter - 澶嶅埗.cs" /> + <Compile Include="Entitys\MES\ParameterEntity\BizMesWoParameter.cs" /> + <Compile Include="Entitys\MES\ParameterEntity\BasLabelTempParameter.cs" /> <Compile Include="Entitys\MES\ParameterEntity\SmtLoadingReturn.cs" /> <Compile Include="Entitys\MES\ParameterEntity\SmtLoadingInput.cs" /> <Compile Include="Entitys\MES\ParameterEntity\PositionParameter.cs" /> -- Gitblit v1.9.3