namespace Wood.Entity { /// /// 标记为 scoped 注入 /// public interface IScoped: ILifeTimeService { } }