refactor: refactor state logic
All checks were successful
All checks were successful
This commit is contained in:
parent
ed6071a0ba
commit
cb6c1550b7
5 changed files with 22 additions and 14 deletions
|
@ -31,6 +31,7 @@ public class CardEntity {
|
|||
private Rank rank;
|
||||
|
||||
@Enumerated(EnumType.STRING)
|
||||
@JsonIgnore
|
||||
private CardType cardType;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue