feat(api,dal): исключения расписаний ЕСПП привязаны к JobGroup, удалены константы из настроек. Кол-во шаблонов в Job считается только used. В JobFieldFilter добавлено поле IsInverse.

This commit is contained in:
Mikhail Trubnikov
2025-12-26 11:21:45 +10:00
parent eb57f4b3cd
commit 61c46770e0
29 changed files with 8901 additions and 46 deletions

View File

@@ -22,7 +22,6 @@
public class JobResponse : JobBaseResponse
{
public TnkResponse? Tnk { get; set; }
public JobGroupBaseResponse? Group { get; set; }
@@ -33,7 +32,7 @@
public JobAutoControlResponse? AutoControl { get; set; }
#region Статистика
#region Статистика Old
//public TemplateStats? TemplateStatistics { get; set; }
@@ -64,6 +63,8 @@
public string? ValueMask { get; set; }
public bool IsInverse { get; set; }
}