Laservall_manager_system/VOL.Core/Quartz/JobAction.cs

18 lines
272 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace VOL.Core.Quartz
{
public enum JobAction
{
= 1,
= 2,
= 3,
= 4,
,
,
}
}