移动系统liao
2024-10-15 94da0698c01915b1e340415e080aa03050700d97
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>