Files
SilkierQuartz/sample2/AppSettings.cs
2022-04-24 19:07:38 +08:00

9 lines
184 B
C#

namespace SilkierQuartz.Example
{
public class AppSettings
{
public bool EnableHelloJob { get; set; }
public bool EnableHelloSingleJob { get; set; }
}
}