更新仓储层上下文对象与接口命名规范
This commit is contained in:
@@ -13,6 +13,7 @@ namespace Yi.Framework.Repository
|
||||
{
|
||||
public interface IRepository<T> : ISimpleClient<T> where T : BaseModelEntity,new()
|
||||
{
|
||||
public ISqlSugarClient _Db { get; set; }
|
||||
public Task<T> InsertReturnEntityAsync(T entity);
|
||||
public Task<List<S>> StoreAsync<S>(string storeName, object para);
|
||||
public Task<PageModel<List<T>>> CommonPageAsync(QueryPageCondition pars);
|
||||
|
||||
Reference in New Issue
Block a user