Package-level declarations

Types

Link copied to clipboard
@Entity
@SoftDelete(columnName = "is_deleted")
class Notification(val id: Long = 0, val title: String, val content: String, val receiver: User, val sender: String, var createdAt: Instant = Instant.now(), var updatedAt: Instant = Instant.now()) : AbstractAggregateRoot<Notification>

알림 엔티티