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