Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Saerang committed Jan 4, 2022
1 parent 45356d5 commit 8ecb8b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
public class Currency extends BaseTimeEntity {

@Id @GeneratedValue(strategy = GenerationType.IDENTITY)
private long id;
private Long id;

@CurrencyId
@NotNull(message = "currencyId may not be null.")
Expand Down

0 comments on commit 8ecb8b9

Please sign in to comment.