Закончено создание стримов

This commit is contained in:
serega6531
2019-04-29 19:58:39 +03:00
parent 2b33f7aef4
commit 9c9b7cc942
5 changed files with 65 additions and 11 deletions

View File

@@ -33,6 +33,8 @@ public class Stream {
@OneToMany(mappedBy = "stream", cascade = CascadeType.ALL, orphanRemoval = true)
private List<Packet> packets;
private long timestamp;
private long startTimestamp;
private long endTimestamp;
}