diff --git a/FreeSql.Repository/AggregateRootModel.cs b/FreeSql.Repository/AggregateRootModel.cs index 979a9c43..b0a02486 100644 --- a/FreeSql.Repository/AggregateRootModel.cs +++ b/FreeSql.Repository/AggregateRootModel.cs @@ -1,17 +1,5 @@ -using FreeSql; -using FreeSql.Extensions.EntityUtil; -using FreeSql.Internal; -using FreeSql.Internal.CommonProvider; -using FreeSql.Internal.Model; -using System; -using System.Collections; -using System.Collections.Concurrent; +using System; using System.Collections.Generic; -using System.Collections.ObjectModel; -using System.Linq; -using System.Linq.Expressions; -using System.Reflection; -using System.Text; namespace FreeSql.Internal.Model { diff --git a/FreeSql.Repository/AggregateRootRepository.cs b/FreeSql.Repository/AggregateRootRepository.cs index 0600ba1a..59a38c9d 100644 --- a/FreeSql.Repository/AggregateRootRepository.cs +++ b/FreeSql.Repository/AggregateRootRepository.cs @@ -137,7 +137,9 @@ namespace FreeSql public virtual ISelect Select => SelectAggregateRoot; /// /// 创建查询对象(纯净) - /// 聚合根内关系较复杂时,AggregateRootUtils.GetAutoIncludeQueryStaicCode(fsql, typeof(Order)) 可以获得边界以内自动包含 Include/IncludeMany 代码字符串 + /// _ + /// 聚合根内关系较复杂时,获取 Include/IncludeMany 字符串代码,方便二次开发 + /// string code = AggregateRootUtils.GetAutoIncludeQueryStaicCode(fsql, typeof(Order)) /// protected ISelect SelectDiy => _repository.Select; ///