Добавлены классы для пакетов и паттернов

This commit is contained in:
serega6531
2019-04-28 00:58:23 +03:00
parent e2164c59be
commit 8e2342f181
18 changed files with 303 additions and 61 deletions

View File

@@ -26,4 +26,6 @@ public class Packet {
@JoinColumn(name = "stream_id", nullable = false)
private Stream stream;
private long timestamp;
}