feat: Notificationにidを追加

This commit is contained in:
usbharu 2024-01-26 21:09:51 +09:00
parent 921de7ac87
commit 3099d3ee3a
1 changed files with 1 additions and 0 deletions
src/main/kotlin/dev/usbharu/hideout/core/domain/model/notification

View File

@ -3,6 +3,7 @@ package dev.usbharu.hideout.core.domain.model.notification
import java.time.Instant
data class Notification(
val id: Long,
val userId: Long,
val sourceActorId: Long?,
val postId: Long?,