From e9bb18343eff6305b0a734784dbe0dc0e589ab05 Mon Sep 17 00:00:00 2001
From: Cloud Zhang <941187371@qq.com>
Date: 星期三, 08 五月 2024 14:39:46 +0800
Subject: [PATCH] 合并

---
 Tiger.Model.Net/Tiger.Model.Net.csproj |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj
index 3f397f8..f304713 100644
--- a/Tiger.Model.Net/Tiger.Model.Net.csproj
+++ b/Tiger.Model.Net/Tiger.Model.Net.csproj
@@ -54,8 +54,8 @@
     <ErrorReport>prompt</ErrorReport>
   </PropertyGroup>
   <ItemGroup>
-    <Reference Include="SqlSugar, Version=5.1.4.94, Culture=neutral, processorArchitecture=MSIL">
-      <HintPath>..\packages\SqlSugar.5.1.4.95\lib\SqlSugar.dll</HintPath>
+    <Reference Include="SqlSugar, Version=5.1.4.149, Culture=neutral, processorArchitecture=MSIL">
+      <HintPath>..\packages\SqlSugar.5.1.4.149\lib\SqlSugar.dll</HintPath>
     </Reference>
     <Reference Include="System" />
     <Reference Include="System.ComponentModel.DataAnnotations" />
@@ -96,6 +96,19 @@
     <Compile Include="Entitys\MES\SMT_SOLDER.cs" />
     <Compile Include="Entitys\MES\node.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" />
+    <Compile Include="Entitys\MES\SMT_LOADING.cs" />
+    <Compile Include="Entitys\MES\SMT_LOAD_HIS.cs" />
+    <Compile Include="Entitys\MES\SMT_MAINTAIN.cs" />
+    <Compile Include="Entitys\MES\SMT_MT_DTL.cs" />
+    <Compile Include="Entitys\MES\SMT_MT_PROJECT.cs" />
+    <Compile Include="Entitys\MES\SMT_PROD_TABLE.cs" />
+    <Compile Include="Entitys\MES\SMT_SOLDER.cs" />
+    <Compile Include="Entitys\MES\SMT_SOLDER_HIS.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\SYS\LOG_CS_LOGIN.cs" />
     <Compile Include="Entitys\SYS\LOG_PDA_LOGIN.cs" />
     <Compile Include="Entitys\SYS\SYS_CS_LOGIN.cs" />

--
Gitblit v1.9.3