feat(ObejctDto): add ControlsUpdates property
This commit is contained in:
parent
142a1a4faa
commit
d4ea68fc0e
@ -11,4 +11,6 @@ public class ObjectDto
|
||||
public ObjectStateDto? State { get; set; }
|
||||
|
||||
public IEnumerable<ObjectStateHistDto> StateHistories { get; set; } = Array.Empty<ObjectStateHistDto>();
|
||||
|
||||
public IEnumerable<PControlsUpdateDto>? ControlsUpdates { get; set; } = Array.Empty<PControlsUpdateDto>();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user