Merge branch 'next-run-service' into dev
# Conflicts: # PARR.DAL/Contracts/SettingsFromDb.cs
This commit is contained in:
@@ -76,6 +76,21 @@ namespace PARR.DAL.Contracts
|
||||
/// </summary>
|
||||
public TimeSpan RobotWaitTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Расписание регламентной работы, В каком часовом поясе
|
||||
/// </summary>
|
||||
public string EsppScheduleTimezone { get; set; } = string.Empty;
|
||||
|
||||
///// <summary>
|
||||
///// Расписание регламентной работы - Тип исключения
|
||||
///// </summary>
|
||||
//public string ScheduleExcludeType { get; set; } = string.Empty;
|
||||
|
||||
///// <summary>
|
||||
///// Расписание регламентной работы - Календарь
|
||||
///// </summary>
|
||||
//public string ScheduleExcludeCalendar { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Расписание регламентной работы - Диапазон повторов
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user