增加定时任务

This commit is contained in:
liming 蔡
2026-07-21 19:37:29 +08:00
parent 127da277e0
commit af014ed33c
8 changed files with 182 additions and 20 deletions
+3 -3
View File
@@ -67,6 +67,8 @@
<ItemGroup>
<Compile Include="BL.Entity\Chart24HourData.cs" />
<Compile Include="BL.Entity\RequestResult.cs" />
<Compile Include="Common\ScheduledTask.cs" />
<Compile Include="Common\TaskScheduler.cs" />
<Compile Include="DB.Entity\AbnormalVoice.cs" />
<Compile Include="DB.Entity\AlarmData.cs" />
<Compile Include="DB.Entity\CamInfor.cs" />
@@ -93,8 +95,6 @@
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Folder Include="Common\" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>