Добавлен ttl стримов

This commit is contained in:
serega6531
2019-05-24 16:45:16 +03:00
parent 669bcaa873
commit 8699990386
4 changed files with 16 additions and 0 deletions

View File

@@ -33,6 +33,10 @@ public class Packet {
@JsonIgnore
private Long tempId;
@Transient
@JsonIgnore
private byte ttl;
@ManyToOne
@JoinColumn(name = "stream_id", nullable = false)
@JsonIgnore