namespace Lottomat.Application.SystemAutoJob.Interface { public interface ISchedulerJob { /// /// 执行事件 /// void Execute(); } }