username@email.com
2024-07-02 89879d47da4c63103ec38595c5dd014a12c01cca
CoreCms.Net.IRepository/IBaseRepository.cs
@@ -1,10 +1,10 @@
/***********************************************************************
 *            Project: CoreCms
 *        ProjectName: 核心内容管理系统
 *                Web: https://www.corecms.net
 *             Author: 大灰灰
 *              Email: jianweie@163.com
 *         CreateTime: 2021/1/31 21:45:10
 *            Project: baifenBinfa
 *        ProjectName: 百分兵法管理系统
 *                Web: http://chuanyin.com
 *             Author:
 *              Email:
 *         CreateTime: 202403/02
 *        Description: 暂无
 ***********************************************************************/
@@ -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>