tangxu
2024-05-04 39579aa528747af7ca7b17b04453095e2a27a009
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);
            }
        }
    }
}