feat(api): управление job auto control из api
This commit is contained in:
@@ -21,6 +21,16 @@
|
||||
|
||||
public required string WorkName { get; set; }
|
||||
|
||||
#region AutoControl
|
||||
|
||||
public bool IsEnableAutoControl { get; set; }
|
||||
|
||||
public bool InitUsedTemplateState { get; set; }
|
||||
|
||||
public bool InitUsedScheduleState { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
public required List<UnitFilterRequest> UnitFilters { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user