app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.fam007e.receipts.data.db.entities
/
PersonEntity
/
PersonEntity
Person
Entity
constructor
(
id
:
Long
=
0
,
name
:
String
,
relationship
:
String
,
avatarPath
:
String
?
,
autoAvatarCategoryId
:
Long
?
,
isMe
:
Boolean
=
false
,
createdAt
:
Long
=
System.currentTimeMillis()
,
mode
:
String
=
"receipts"
)