From 0e507245da960f69f70242a884040cd2719f5b33 Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期三, 19 六月 2024 15:50:23 +0800 Subject: [PATCH] unitofwork事务 --- Wms/Utility/Utility.csproj | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Wms/Utility/Utility.csproj b/Wms/Utility/Utility.csproj index 49a3a6a..9d18915 100644 --- a/Wms/Utility/Utility.csproj +++ b/Wms/Utility/Utility.csproj @@ -24,6 +24,7 @@ <PackageReference Include="Serilog.Sinks.Async" Version="2.0.0" /> <PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" /> <PackageReference Include="Serilog.Sinks.File" Version="5.0.0" /> + <PackageReference Include="SqlSugarCore" Version="5.1.3.43" /> <PackageReference Include="System.Drawing.Common" Version="6.0.0" /> <PackageReference Include="ZXing.Net" Version="0.16.7" /> </ItemGroup> -- Gitblit v1.8.0