Skip to content

Commit

Permalink
[feat] CompactExpenseReponseDto에 categoryId 필드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JunRain2 committed Aug 17, 2024
1 parent 7c9f9a6 commit eadca0a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public class CompactExpenseResponseDto {
private Long expenseId;
private String description;
private Long amount;
private Long categoryId;

@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Seoul")
private LocalDateTime expenseDate;
Expand Down

0 comments on commit eadca0a

Please sign in to comment.