refactor: Beziehung zwischen „Object“ und „History“ hinzufügen.
This commit is contained in:
@@ -9,4 +9,6 @@ public class ObjectDto
|
||||
public string? CmdCheckIn { get; set; }
|
||||
|
||||
public ObjectStateDto? State { get; set; }
|
||||
|
||||
public IEnumerable<ObjectStateHistDto> StateHistories { get; set; } = Array.Empty<ObjectStateHistDto>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user