From 383548796fc909758ff107382134fa96b8b11366 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期四, 09 一月 2025 17:19:29 +0800 Subject: [PATCH] 更新U9实体 --- Tiger.Model.Net/Tiger.Model.Net.csproj | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj index f42e92d..7fd28cd 100644 --- a/Tiger.Model.Net/Tiger.Model.Net.csproj +++ b/Tiger.Model.Net/Tiger.Model.Net.csproj @@ -78,8 +78,17 @@ <Compile Include="Base\DbEntityBase.cs" /> <Compile Include="Base\TraceDebug.cs" /> <Compile Include="DTO\MESDTO.cs" /> + <Compile Include="Entitys\BAS\BAS_CODE_MEANING.cs" /> + <Compile Include="Entitys\BAS\BAS_CODE_TYPE.cs" /> + <Compile Include="Entitys\BAS\BAS_PROCESS_VAR.cs" /> + <Compile Include="Entitys\MES\MES_ROUTE_ACT_VAR.cs" /> + <Compile Include="Entitys\MES\MES_WIP_ACT_VAR.cs" /> + <Compile Include="Entitys\MES\MES_WO_ACT_VAR.cs" /> <Compile Include="Entitys\MES\ParameterEntity\BizPrintInstoreDocParameter.cs" /> <Compile Include="Entitys\BAS\BAS_ITEM_DOC.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_Bin.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_MaterialBarCode.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_Wh.cs" /> <Compile Include="Entitys\MQTTEntity.cs" /> <Compile Include="Entitys\Api\Base.cs" /> <Compile Include="Entitys\Automate\SNInfo.cs" /> -- Gitblit v1.9.3