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