This commit is contained in:
2020-04-19 22:58:50 +02:00
parent e4d8bffe71
commit 51cb7d9a33
7 changed files with 63 additions and 9 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ interface Note : Entity<Note> {
val id: Int
var title: String
var user: User
var updatedAt: LocalDateTime?
var updatedAt: LocalDateTime
}