entity upgrade

This commit is contained in:
2023-09-28 11:47:01 +02:00
parent 782bbebce9
commit 52d7defb75
2 changed files with 4 additions and 7 deletions

View File

@@ -7,5 +7,6 @@ class Note extends BaseEntity {
static String title = BaseEntity.getTitle;
static String creationDate = BaseEntity.getCreationDate;
static String lastModificationDate = BaseEntity.getLastEditDate;
static String arrayPromemoria = '';
static String description = '';
}