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