13 lines
203 B
C#
Raw Permalink Normal View History

2025-06-06 16:00:39 +08:00
namespace VOL.Core.Quartz
{
public enum JobAction
{
= 1,
= 2,
= 3,
= 4,
,
,
}
}