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