portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.notification.entity
Package-level
declarations
Types
Types
Notification
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
>
알림 엔티티