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 | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj index bacd293..2f65ec2 100644 --- a/Tiger.Model.Net/Tiger.Model.Net.csproj +++ b/Tiger.Model.Net/Tiger.Model.Net.csproj @@ -190,6 +190,17 @@ <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" /> -- Gitblit v1.9.3