namespace JiShe.ServicePro.Jobs { public interface IRecurringJob : ITransientDependency { /// /// 执行任务 /// /// Task ExecuteAsync(); } }