using Repository; namespace Services { /// /// 基础服务定义 /// /// public interface IBaseService : IBaseRepository where T : class, new() { } }