mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
大版本更新
This commit is contained in:
@@ -17,6 +17,6 @@ namespace Yi.Framework.Repository
|
||||
public Task<List<S>> StoreAsync<S>(string storeName, object para);
|
||||
public Task<PageModel<List<T>>> CommonPage(QueryPageCondition pars);
|
||||
public Task<List<T>> GetListAsync(QueryCondition pars);
|
||||
public Task<bool> DeleteByLogic(List<Guid> ids);
|
||||
public Task<bool> DeleteByLogic(List<long> ids);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user