Start migration of notesServices + controllers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user