新增 IsFrontTaskNeedSignButNotSign

This commit is contained in:
2023-01-11 16:22:36 +08:00
parent e936416f25
commit 0f60809c32
6 changed files with 78 additions and 13 deletions
@@ -244,6 +244,8 @@ namespace IRaCIS.Core.Application.ViewModel
public int UnReadTaskCount { get; set; }
public int UnReadCanReadTaskCount { get; set; }
public int HaveReadTaskCount { get; set; }
public int TotalTaskCount { get; set; }
@@ -278,7 +280,10 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid TrialReadingCriterionId { get; set; }
public bool IsClinicalDataSigned { get; set; } = false;
public bool IsNeedClinicalDataSign { get; set; }
public bool IsClinicalDataSign { get; set; }
}