- 所有已知子接口:
- IBaseCrudRepository<T,PK>, ICreateRepository<T,PK>, IDeleteRepository<T,PK>, IPageAndSortRepository<T,PK>, IRandomRepository<T,PK>, IReadRepository<T,PK>, IUpdateRepository<T,PK>
public interface IRepository<T,PK>
核心服务类顶级接口,主要目的是为了统一接口类型信息,方便查找以及扩展此类信息接口
created by Wuwenbin on 2017/10/28 at 10:49