修改一版

This commit is contained in:
he
2022-07-22 10:16:38 +08:00
parent 5bfca31963
commit e36e130243
4 changed files with 14 additions and 6 deletions
@@ -169,6 +169,8 @@ namespace IRaCIS.Core.Application.ViewModel
public int UnReadTaskCount { get; set; }
public bool ExixtsReadingApply { get; set; }
public DateTime? SuggesteFinishedTime => UnReadTaskList.Max(t => t.SuggesteFinishedTime);
public List<IRUnreadTaskView> UnReadTaskList { get; set; } = new List<IRUnreadTaskView>();