From 4eab704b733002d37ad9c097dcd6f4f8c4fb9e36 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 25 七月 2024 16:37:32 +0800 Subject: [PATCH] 更新工单状态 --- Tiger.Model.Net/Tiger.Model.Net.csproj | 36 +++++++++++++++++++++++++++++------- 1 files changed, 29 insertions(+), 7 deletions(-) diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj index bf91b83..cdf2e67 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' "> @@ -103,6 +107,20 @@ <Compile Include="Entitys\DigitalTwin\Sharetronic\OperateConfigConfirmEntity.cs" /> <Compile Include="Entitys\DigitalTwin\Sharetronic\OperateConfigEntity.cs" /> <Compile Include="Entitys\DigitalTwin\Sharetronic\ShelfApiResult.cs" /> + <Compile Include="Entitys\EMS\EMS_EQM_TYPE.cs" /> + <Compile Include="Entitys\EMS\EMS_EQUIPMENT.cs" /> + <Compile Include="Entitys\EMS\EMS_FAULT.cs" /> + <Compile Include="Entitys\EMS\EMS_INS_DTL.cs" /> + <Compile Include="Entitys\EMS\EMS_INS_ITEM.cs" /> + <Compile Include="Entitys\EMS\EMS_INS_ORDER.cs" /> + <Compile Include="Entitys\EMS\EMS_INS_PLAN.cs" /> + <Compile Include="Entitys\EMS\EMS_INS_PLAN_ITEM.cs" /> + <Compile Include="Entitys\EMS\EMS_MTN_DTL.cs" /> + <Compile Include="Entitys\EMS\EMS_MTN_ITEM.cs" /> + <Compile Include="Entitys\EMS\EMS_MTN_ORDER.cs" /> + <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\MES\BIZ_MES_WO.cs" /> <Compile Include="Entitys\MES\BIZ_MES_WO_BATCH.cs" /> <Compile Include="Entitys\MES\BIZ_MES_WO_SN.cs" /> @@ -120,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" /> @@ -130,9 +149,12 @@ <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\BizMesWoParameter.cs" /> + <Compile Include="Entitys\MES\ParameterEntity\BizMesWoBatchParameter.cs" /> <Compile Include="Entitys\MES\ParameterEntity\SmtLoadingReturn.cs" /> <Compile Include="Entitys\MES\ParameterEntity\SmtLoadingInput.cs" /> <Compile Include="Entitys\MES\ParameterEntity\PositionParameter.cs" /> + <Compile Include="Entitys\MES\ParameterEntity\RouteInput.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" /> @@ -151,6 +173,8 @@ <Compile Include="Entitys\MES\V_MES_ROUTE_NLV.cs" /> <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_PTREE.cs" /> <Compile Include="Entitys\MES\V_SMT_TOOL.cs" /> <Compile Include="Entitys\MES\SMT_TOOL.cs" /> <Compile Include="Entitys\MES\SMT_TOOL_HIS.cs" /> @@ -515,8 +539,6 @@ <None Include="app.config" /> <None Include="packages.config" /> </ItemGroup> - <ItemGroup> - <Folder Include="Entitys\EMS\" /> - </ItemGroup> + <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project> \ No newline at end of file -- Gitblit v1.9.3