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