导航属性修改

This commit is contained in:
2022-07-04 13:59:17 +08:00
parent 71a380c2a9
commit 407205ec79
6 changed files with 61 additions and 39 deletions
@@ -61,7 +61,7 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid SubjectId { get; set; }
public bool IsHaveCreatedTask { get; set; }
public bool IsHaveGeneratedTask { get; set; }
public int? ValidTaskCount { get; set; }
public int? ValidVisitCount => VisitTaskList.Select(t => t.TaskName).Distinct().Count();