Skip to content

Commit a0ebd9b

Browse files
committed
CLAP-264 Fix : 알림 목록 조회 dto isRead 추가
1 parent c88bec3 commit a0ebd9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/clap/server/adapter/inbound/web/dto/notification/response/FindNotificationListResponse.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ public record FindNotificationListResponse(
2020
String taskTitle,
2121
@Schema(description = "알림 내용", example = "진행 중 or 담당자 이름 등등")
2222
String message,
23+
@Schema(description = "읽음 여부", example = "false")
24+
Boolean isRead,
2325
@Schema(description = "알림 생성 시간", example = "2025-01-24 14:58")
2426
LocalDateTime createdAt
2527
) {

0 commit comments

Comments
 (0)