From 5778de35f491d1a06c8afa3d41d552fd409eb91a Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期日, 23 二月 2025 23:20:04 +0800
Subject: [PATCH] 添加 MES 模块相关实体类的编译引用

---
 Tiger.Model.Net/Tiger.Model.Net.csproj |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj
index ea8fad6..0ff118d 100644
--- a/Tiger.Model.Net/Tiger.Model.Net.csproj
+++ b/Tiger.Model.Net/Tiger.Model.Net.csproj
@@ -81,7 +81,13 @@
     <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_CLEAR_DTL.cs" />
+    <Compile Include="Entitys\MES\MES_CLEAR_REC.cs" />
     <Compile Include="Entitys\MES\MES_ROUTE_ACT_VAR.cs" />
+    <Compile Include="Entitys\MES\MES_TOOL.cs" />
+    <Compile Include="Entitys\MES\MES_TOOL_HIS.cs" />
+    <Compile Include="Entitys\MES\MES_TOOL_PROP.cs" />
+    <Compile Include="Entitys\MES\MES_TOOL_PROP_HIS.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" />

--
Gitblit v1.9.3