mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-13 06:47:27 +08:00
[-] Remove jsonignore for playlog id
This commit is contained in:
@@ -27,7 +27,6 @@ public class UserPlaylog implements Serializable, IGenericGamePlaylog {
|
|||||||
|
|
||||||
@Id
|
@Id
|
||||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||||
@JsonIgnore
|
|
||||||
private long id;
|
private long id;
|
||||||
|
|
||||||
@JsonIgnore
|
@JsonIgnore
|
||||||
|
|||||||
@@ -26,7 +26,6 @@ public class UserPlaylog implements Serializable, IGenericGamePlaylog {
|
|||||||
|
|
||||||
@Id
|
@Id
|
||||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||||
@JsonIgnore
|
|
||||||
private long id;
|
private long id;
|
||||||
|
|
||||||
@JsonIgnore
|
@JsonIgnore
|
||||||
|
|||||||
@@ -26,7 +26,6 @@ public class UserPlaylog implements Serializable, IGenericGamePlaylog {
|
|||||||
|
|
||||||
@Id
|
@Id
|
||||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||||
@JsonIgnore
|
|
||||||
private long id;
|
private long id;
|
||||||
|
|
||||||
@JsonIgnore
|
@JsonIgnore
|
||||||
|
|||||||
Reference in New Issue
Block a user