CoreCms.Net.IRepository/IBaseRepository.cs
@@ -1,7 +1,7 @@ /*********************************************************************** * Project: CoreCms * Project: baifenBinfa * ProjectName: 百分兵法管理系统 * Web: hhtp://chuanyin.com * Web: http://chuanyin.com * Author: * Email: * CreateTime: 202403/02 @@ -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>