From 39579aa528747af7ca7b17b04453095e2a27a009 Mon Sep 17 00:00:00 2001 From: tangxu <tangxu76880903> Date: 星期六, 04 五月 2024 17:48:09 +0800 Subject: [PATCH] 添加水量预测API接口 --- WaterPredict/IStation.ChEr.DAL.WaterPredict/Core/ConfigHelper.cs | 14 ++------------ 1 files changed, 2 insertions(+), 12 deletions(-) diff --git a/WaterPredict/IStation.ChEr.DAL.WaterPredict/Core/ConfigHelper.cs b/WaterPredict/IStation.ChEr.DAL.WaterPredict/Core/ConfigHelper.cs index cb6642f..a7319a0 100644 --- a/WaterPredict/IStation.ChEr.DAL.WaterPredict/Core/ConfigHelper.cs +++ b/WaterPredict/IStation.ChEr.DAL.WaterPredict/Core/ConfigHelper.cs @@ -1,5 +1,4 @@ -锘縰sing IStation.ChEr.Untity; - +锘� namespace IStation.ChEr.BLL { /// <summary> @@ -18,15 +17,6 @@ } } - /// <summary> - /// 缂撳瓨闅忔満鏃堕棿 锛堢锛� - /// </summary> - public static int CacheRandomTime - { - get - { - return RandomHelper.Random(0, Settings.MemoryCache.RandomTime); - } - } + } } \ No newline at end of file -- Gitblit v1.9.3