Journal section added
This commit is contained in:
@@ -142,6 +142,19 @@ class ProjectStep{
|
||||
DateTime? finishedDate;
|
||||
}
|
||||
|
||||
class Journal{
|
||||
|
||||
Journal(this.id, this.day, {this.title, this.description});
|
||||
|
||||
String id;
|
||||
DateTime day;
|
||||
String? title;
|
||||
String? description;
|
||||
|
||||
static String colTitle = 'Title';
|
||||
static String colDescription = 'Desc';
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user