using Quartz; using System.Threading.Tasks; namespace YiSha.Business.AutoJob.IService { public interface IJobExecuteService : IJob { } }