namespace IStation.Settings { /// /// /// public class Paras_Task { /// /// /// public string HydraulicModelValidationCron { get; set; } = "0 0/5 * * * ?"; /// /// /// public string ScheduleValidationCron { get; set; } = "0 0/5 * * * ?"; /// /// /// public string ScheduleConfigUpdateCron { get; set; } = "0 5 0/1 * * ? "; /// /// /// public string ScheduleConfigUpdateHttpUrl { get; set; } } }