first entity
This commit is contained in:
8
lib/database/note.dart
Normal file
8
lib/database/note.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
import 'base_entity.dart';
|
||||
|
||||
class Note extends BaseEntity{
|
||||
static String id = BaseEntity.getId;
|
||||
static String Title = BaseEntity.getTitle;
|
||||
static String CreationDate = BaseEntity.getCreationDate;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user