From 87422530bec9baf531d2e0715b9c786a4d35667f Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期四, 02 一月 2025 15:59:44 +0800 Subject: [PATCH] Add new properties and classes for process and code handling --- Tiger.Model.Net/Tiger.Model.Net.csproj | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj index 70fbc37..7fd28cd 100644 --- a/Tiger.Model.Net/Tiger.Model.Net.csproj +++ b/Tiger.Model.Net/Tiger.Model.Net.csproj @@ -78,6 +78,7 @@ <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" /> -- Gitblit v1.9.3