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