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