namespace Infrastructure.Const
{
/// <summary>
/// 定时任务状态
/// </summary>
public enum JobStatus
/// 未启动
NotRun,
/// 正在运行
Running
}