From 2efe333092b9c512f6dd6a190dad88a37bc86744 Mon Sep 17 00:00:00 2001 From: tangxu <tangxu76880903> Date: 星期二, 30 四月 2024 17:10:51 +0800 Subject: [PATCH] 添加定时任务 --- WaterPredict/IStation.ChEr.WebApi.Predict/IStation.ChEr.WebApi.Predict.csproj | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WaterPredict/IStation.ChEr.WebApi.Predict/IStation.ChEr.WebApi.Predict.csproj b/WaterPredict/IStation.ChEr.WebApi.Predict/IStation.ChEr.WebApi.Predict.csproj index da5a354..6540158 100644 --- a/WaterPredict/IStation.ChEr.WebApi.Predict/IStation.ChEr.WebApi.Predict.csproj +++ b/WaterPredict/IStation.ChEr.WebApi.Predict/IStation.ChEr.WebApi.Predict.csproj @@ -22,6 +22,7 @@ </ItemGroup> <ItemGroup> + <PackageReference Include="Quartz" Version="2.6.0" /> <PackageReference Include="Yw.Knife4jUI.Core" Version="3.0.0" /> </ItemGroup> -- Gitblit v1.9.3