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
/
Notification
/
Notification
Notification
constructor
(
id
:
Long
=
0
,
title
:
String
,
content
:
String
,
receiver
:
User
,
sender
:
String
,
createdAt
:
Instant
=
Instant.now()
,
updatedAt
:
Instant
=
Instant.now()
)