feat(api): изменены респонсы Job и JobGroup.
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user