From 94359cabfd77f8cac9191b41a586b587953dffd5 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期三, 04 九月 2024 16:14:33 +0800 Subject: [PATCH] 增加雅达专用上料行为 增加雅达U9数据实体 --- Tiger.Model.Net/Tiger.Model.Net.csproj | 70 +++++++++++++++++++++++++++++++--- 1 files changed, 63 insertions(+), 7 deletions(-) diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj index a18ba46..2f65ec2 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' "> @@ -70,6 +74,7 @@ <ItemGroup> <Compile Include="Base\DbEntityBase.cs" /> <Compile Include="DTO\MESDTO.cs" /> + <Compile Include="Entitys\Api\Base.cs" /> <Compile Include="Entitys\Automate\SNInfo.cs" /> <Compile Include="Entitys\Automate\Vechicle.cs" /> <Compile Include="Entitys\Automate\WIP_SN.cs" /> @@ -79,9 +84,13 @@ <Compile Include="Entitys\BAS\BAS_DEFECT_GRP.cs" /> <Compile Include="Entitys\BAS\BAS_DFT_DUTY.cs" /> <Compile Include="Entitys\BAS\BAS_DFT_LOC.cs" /> + <Compile Include="Entitys\BAS\BAS_ITEM_CUST.cs" /> <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_PKG_PROD.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" /> <Compile Include="Entitys\BAS\BAS_PKG_SN.cs" /> @@ -101,12 +110,29 @@ <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\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" /> <Compile Include="Entitys\MES\C_Stock_Info_t.cs" /> <Compile Include="Entitys\MES\C_Stock_Pallet_T.cs" /> <Compile Include="Entitys\MES\edge.cs" /> <Compile Include="Entitys\MES\MES_CUSTOM_ACT.cs" /> + <Compile Include="Entitys\MES\MES_CUST_SN.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" /> @@ -116,16 +142,29 @@ <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" /> <Compile Include="Entitys\MES\MES_WO_NODE_ACT.cs" /> + <Compile Include="Entitys\MES\MES_WO_NODE_DFTG.cs" /> + <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\CodeVerificationParameter.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" /> + <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" /> <Compile Include="Entitys\MES\SMT_FEEDER_TYPE.cs" /> @@ -143,13 +182,32 @@ <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_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" /> <Compile Include="Entitys\MES\SMT_TOOL_HIS.cs" /> <Compile Include="Entitys\MES\SMT_WO_TABLE.cs" /> + <Compile Include="Entitys\MES\Weigh.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_BomComponent.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_BomDetail.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_BomMaster.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_Customer.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_ItemMaster.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_Mo.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_MoBarCode.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_MOPickList.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_Organization.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_ProductType.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_Supplier.cs" /> + <Compile Include="Entitys\QMS\QMS_AQL_PLAN.cs" /> + <Compile Include="Entitys\QMS\QMS_AQL_STD.cs" /> <Compile Include="Entitys\QMS\QMS_INS_CTGY.cs" /> + <Compile Include="Entitys\QMS\QMS_INS_DTL.cs" /> <Compile Include="Entitys\QMS\QMS_INS_ITEM.cs" /> <Compile Include="Entitys\QMS\QMS_INS_STD.cs" /> + <Compile Include="Entitys\QMS\QMS_SAMPLE_RULE.cs" /> <Compile Include="Entitys\SYS\LOG_CS_LOGIN.cs" /> <Compile Include="Entitys\SYS\LOG_PDA_LOGIN.cs" /> <Compile Include="Entitys\SYS\SYS_CS_LOGIN.cs" /> @@ -503,8 +561,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