mirror of https://github.com/hykilpikonna/AquaDX
[-] Remove jsonignore for playlog id
parent
d3665d64a6
commit
a48f2b1f17
|
@ -27,7 +27,6 @@ public class UserPlaylog implements Serializable, IGenericGamePlaylog {
|
|||
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
@JsonIgnore
|
||||
private long id;
|
||||
|
||||
@JsonIgnore
|
||||
|
|
|
@ -26,7 +26,6 @@ public class UserPlaylog implements Serializable, IGenericGamePlaylog {
|
|||
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
@JsonIgnore
|
||||
private long id;
|
||||
|
||||
@JsonIgnore
|
||||
|
|
|
@ -26,7 +26,6 @@ public class UserPlaylog implements Serializable, IGenericGamePlaylog {
|
|||
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
@JsonIgnore
|
||||
private long id;
|
||||
|
||||
@JsonIgnore
|
||||
|
|
Loading…
Reference in New Issue