new directory

This commit is contained in:
2023-09-27 13:50:56 +02:00
parent fd14dfe0ff
commit 300062b2d2
4 changed files with 17 additions and 39 deletions

View File

@@ -1,12 +1,8 @@
import 'base_entity.dart';
const String noteTable = 'note';
class Note extends BaseEntity {
class Note extends BaseEntity{
static String id = BaseEntity.getId;
static String title = BaseEntity.getTitle;
static String creationDate = BaseEntity.getCreationDate;
static String lastModificationDate = BaseEntity.getLastEditDate;
static String arrayPromemoria = '';
static String description = '';
}
static String Title = BaseEntity.getTitle;
static String CreationDate = BaseEntity.getCreationDate;
}