feat(api): в респонс StatTemplateDistributionResponse добавлен NextRun
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user