api
0.3.3
api
/
dev.akif.crud
/
CRUDEntity
/
CRUDEntity
CRUDEntity
fun
<
I
:
Serializable
>
CRUDEntity
(
id
:
I
?
=
null
,
version
:
Int
?
=
null
,
createdAt
:
Instant
?
=
null
,
updatedAt
:
Instant
?
=
null
,
deletedAt
:
Instant
?
=
null
)
(
source
)
Parameters
I
Id type of the data