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
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
@JsonIgnore
|
||||
private long id;
|
||||
|
||||
// A external id
|
||||
|
||||
Reference in New Issue
Block a user