mirror of https://github.com/usbharu/Hideout.git
feat: Notificationにidを追加
This commit is contained in:
parent
921de7ac87
commit
3099d3ee3a
|
@ -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?,
|
||||
|
|
Loading…
Reference in New Issue