feat(api): в респонс StatTemplateDistributionResponse добавлен NextRun

This commit is contained in:
Mikhail Trubnikov
2026-01-27 15:45:38 +10:00
parent 8e435c32e3
commit a59ad27e90
2 changed files with 3 additions and 1 deletions

View File

@@ -45,6 +45,7 @@
public class StatTempleteDistribItem
{
public required string Name { get; set; }
public DateTimeOffset NextRun { get; set; }
public bool IsActiveTemplate { get; set; }
public bool IsActiveSchedular { get; set; }
}