This commit is contained in:
he
2022-11-30 09:57:07 +08:00
parent 7880ed318e
commit 14b892889b
3 changed files with 4 additions and 13 deletions
@@ -234,16 +234,7 @@ namespace IRaCIS.Core.Application.ViewModel
public bool IsUrgent => UnReadTaskList.Any(t => t.IsUrgent);
public int UnReadTaskCount
{
get
{
return this.UnReadTaskList.Count();
}
}
public int UnReadTaskCount { get; set; }
public bool ExistReadingApply { get; set; }