mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-08 10:40:51 +08:00
完成模板模块,但配置类有问题
This commit is contained in:
@@ -10,7 +10,7 @@ using Yi.Framework.Ddd.Entities;
|
||||
|
||||
namespace Yi.Framework.Ddd.Repositories
|
||||
{
|
||||
public interface IRepository<T> where T : class, IEntity, new()
|
||||
public interface IRepository<T>
|
||||
{
|
||||
//单查
|
||||
Task<T> GetByIdAsync(dynamic id);
|
||||
|
||||
@@ -75,7 +75,7 @@ where TEntityDto : IEntityDto<TKey>
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 全查
|
||||
/// 多查
|
||||
/// </summary>
|
||||
/// <param name="input"></param>
|
||||
/// <returns></returns>
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
</member>
|
||||
<member name="M:Yi.Framework.Ddd.Services.ReadOnlyAppService`5.GetListAsync(`4)">
|
||||
<summary>
|
||||
全查
|
||||
多查
|
||||
</summary>
|
||||
<param name="input"></param>
|
||||
<returns></returns>
|
||||
|
||||
Reference in New Issue
Block a user