mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-06 13:27:27 +08:00
[-] Remove jsonignore for playlog id
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user