Start migration of notesServices + controllers

This commit is contained in:
2020-04-25 17:24:43 +02:00
parent 573963b161
commit 52aae6773f
8 changed files with 130 additions and 106 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import java.util.*
interface Note : Entity<Note> {
companion object : Entity.Factory<Note>()
val uuid: UUID
var uuid: UUID
var title: String
var user: User
var updatedAt: LocalDateTime