完成模板模块,但配置类有问题

This commit is contained in:
橙子
2023-01-21 22:40:10 +08:00
parent 1f702c20ae
commit e23e5a292d
70 changed files with 277 additions and 473 deletions

View File

@@ -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);

View File

@@ -75,7 +75,7 @@ where TEntityDto : IEntityDto<TKey>
}
/// <summary>
///
///
/// </summary>
/// <param name="input"></param>
/// <returns></returns>

View File

@@ -43,7 +43,7 @@
</member>
<member name="M:Yi.Framework.Ddd.Services.ReadOnlyAppService`5.GetListAsync(`4)">
<summary>
</summary>
<param name="input"></param>
<returns></returns>