Багфиксы

This commit is contained in:
serega6531
2020-04-07 15:57:18 +03:00
parent b8967f5486
commit d35046b2a6
5 changed files with 10 additions and 4 deletions

View File

@@ -35,6 +35,7 @@ public class Stream {
@OneToMany(mappedBy = "stream", cascade = CascadeType.ALL)
@JsonIgnore
@OrderBy("id")
private List<Packet> packets;
private long startTimestamp;