feat(api): в UnitWithAttributesResponse добавлены родительские и дочерние ЭК
This commit is contained in:
@@ -23,6 +23,10 @@
|
||||
public DateTimeOffset? LastLogon { get; set; }
|
||||
|
||||
public List<AttributeResponse>? Attributes { get; set; }
|
||||
|
||||
public List<UnitBaseResponse>? Parents { get; set; }
|
||||
|
||||
public List<UnitBaseResponse>? Childrens { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user