feat(api): изменены респонсы Job и JobGroup.

This commit is contained in:
Mikhail Kuznetsov
2025-09-09 17:19:41 +10:00
parent 6d021b23e0
commit aa31af8027
11 changed files with 140 additions and 34 deletions

View File

@@ -32,9 +32,9 @@
public bool IsAutoDistributionEnabled { get; set; }
public UnitBaseResponse? Unit { get; set; }
public UnitResponse? Unit { get; set; }
public JobBaseResponse? Job { get; set; }
public JobResponse? Job { get; set; }
public ProcessResponse? Process { get; set; }