移动系统liao
2024-06-13 68e78d9fbd99870e147d668b6daf8820f4deeb6a
CoreCms.Net.IRepository/IBaseRepository.cs
@@ -103,7 +103,7 @@
        /// <param name="cacheTimes">缓存时长(分钟)</param>
        /// <returns></returns>
        Task<List<T>> QueryAsync(bool blUseNoLock = false, bool isDataCache = false, int cacheTimes = int.MaxValue);
        /// <summary>
        ///     根据条件查询数据
        /// </summary>