improve Frontend
This commit is contained in:
@@ -29,6 +29,7 @@ public sealed class TaskEntity
|
||||
public bool IsStarred { get; set; }
|
||||
public bool IsMyDay { get; set; }
|
||||
public string? Notes { get; set; }
|
||||
public int SortOrder { get; set; }
|
||||
|
||||
// Navigation properties
|
||||
public ListEntity List { get; set; } = null!;
|
||||
|
||||
Reference in New Issue
Block a user