WaterPredict/IStation.ChEr.DAL.WaterPredict/Core/ConfigHelper.cs
@@ -1,5 +1,4 @@ using 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); } } } }