From d0fe891cac88bbd5087a0ee90a41421bbf0ec5c5 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期四, 28 十一月 2024 17:23:56 +0800 Subject: [PATCH] 优化了一些已知问题 --- Tiger.Model.Net/Tiger.Model.Net.csproj | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj index 306d65b..4c350b2 100644 --- a/Tiger.Model.Net/Tiger.Model.Net.csproj +++ b/Tiger.Model.Net/Tiger.Model.Net.csproj @@ -61,8 +61,8 @@ <ErrorReport>prompt</ErrorReport> </PropertyGroup> <ItemGroup> - <Reference Include="SqlSugar, Version=5.1.4.168, Culture=neutral, processorArchitecture=MSIL"> - <HintPath>..\packages\SqlSugar.5.1.4.169\lib\SqlSugar.dll</HintPath> + <Reference Include="SqlSugar, Version=5.1.4.170, Culture=neutral, processorArchitecture=MSIL"> + <HintPath>..\packages\SqlSugar.5.1.4.171-preview11\lib\SqlSugar.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.ComponentModel.DataAnnotations" /> @@ -76,7 +76,9 @@ </ItemGroup> <ItemGroup> <Compile Include="Base\DbEntityBase.cs" /> + <Compile Include="Base\TraceDebug.cs" /> <Compile Include="DTO\MESDTO.cs" /> + <Compile Include="Entitys\MQTTEntity.cs" /> <Compile Include="Entitys\Api\Base.cs" /> <Compile Include="Entitys\Automate\SNInfo.cs" /> <Compile Include="Entitys\Automate\Vechicle.cs" /> -- Gitblit v1.9.3