添加注释

This commit is contained in:
bibabo 2024-07-14 15:17:02 +08:00
parent 2268c115e3
commit ac95d9b438

View File

@ -221,7 +221,7 @@ namespace HuanMeng.MiaoYu.Code.Base
#endregion #endregion
#region #region
private MiaoYuCache? _miaoYuCache; private MiaoYuCache? _miaoYuCache ; //new MiaoYuCache(Dao, Mapper);
/// <summary> /// <summary>
/// 妙语实现类 /// 妙语实现类
/// </summary> /// </summary>
@ -233,7 +233,6 @@ namespace HuanMeng.MiaoYu.Code.Base
{ {
//new MiaoYuDataEntityCache<T_Character>(Dao).DataList //new MiaoYuDataEntityCache<T_Character>(Dao).DataList
_miaoYuCache = new MiaoYuCache(Dao, Mapper); _miaoYuCache = new MiaoYuCache(Dao, Mapper);
} }
return _miaoYuCache; return _miaoYuCache;
} }