From 74670f25e311baeb25aa81190e228596fcd5af03 Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期一, 01 二月 2021 16:53:16 +0800
Subject: [PATCH] 性能优化 更改为批量保存方式插入
---
src/BLL/Demo.TimedTaskPlugIn/Demo.TimedTaskPlugIn.csproj | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/src/BLL/Demo.TimedTaskPlugIn/Demo.TimedTaskPlugIn.csproj b/src/BLL/Demo.TimedTaskPlugIn/Demo.TimedTaskPlugIn.csproj
index df313f2..d5ac8b8 100644
--- a/src/BLL/Demo.TimedTaskPlugIn/Demo.TimedTaskPlugIn.csproj
+++ b/src/BLL/Demo.TimedTaskPlugIn/Demo.TimedTaskPlugIn.csproj
@@ -143,6 +143,8 @@
</Reference>
</ItemGroup>
<ItemGroup>
+ <Compile Include="PRD\StockChangeDynamicAlignment.cs" />
+ <Compile Include="PRD\DayPlanChangeDynamicAlignment.cs" />
<Compile Include="PRD\DayPlanPPBomBillTimeTask.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
@@ -150,6 +152,19 @@
<None Include="Config\kdapi.config" />
<None Include="packages.config" />
</ItemGroup>
- <ItemGroup />
+ <ItemGroup>
+ <ProjectReference Include="..\..\DAL\Demo.Dal\Demo.DAL.csproj">
+ <Project>{1bd45ca7-de27-452f-b0ae-aa95ab2b4286}</Project>
+ <Name>Demo.DAL</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\..\Model\Demo.Model\Demo.Model.csproj">
+ <Project>{f79642d8-3172-4655-9fa8-c20151591048}</Project>
+ <Name>Demo.Model</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Demo.BLL\Demo.BLL.csproj">
+ <Project>{c13e0c61-b1c8-45dd-96f6-3c7dd573c6e4}</Project>
+ <Name>Demo.BLL</Name>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
\ No newline at end of file
--
Gitblit v1.9.1