mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-05 01:37:27 +08:00
[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