feat(api,dal): исключения расписаний ЕСПП привязаны к JobGroup, удалены константы из настроек. Кол-во шаблонов в Job считается только used. В JobFieldFilter добавлено поле IsInverse.
This commit is contained in:
@@ -42,6 +42,16 @@
|
||||
public int JobsCount { get; set; }
|
||||
public JobGroupScheduleResponse? Schedule { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Расписание
|
||||
/// </summary>
|
||||
public ScheduleExcludeTypeResponse? ScheduleExcludeType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Тип исключения - календарь
|
||||
/// </summary>
|
||||
public ScheduleExcludeTypeCalendarResponse? ScheduleExcludeTypeCalendar { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class JobGroupScheduleResponse
|
||||
|
||||
Reference in New Issue
Block a user