forked from Cookies_Github_mirror/AquaDX
[O] Ignore serial id
This commit is contained in:
@@ -26,6 +26,7 @@ public class Card implements Serializable {
|
|||||||
|
|
||||||
@Id
|
@Id
|
||||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||||
|
@JsonIgnore
|
||||||
private long id;
|
private long id;
|
||||||
|
|
||||||
// A external id
|
// A external id
|
||||||
|
|||||||
Reference in New Issue
Block a user