namespace Indotalent.Infrastructure.BackgroundJob.Quartz; public class QuartzSettingsModel { public bool IsUsed { get; set; } public string TablePrefix { get; set; } = "QRTZ_"; }