This commit is contained in:
2022-07-14 15:28:45 +08:00
parent a032c23f5c
commit 72ae929898
3 changed files with 21 additions and 6 deletions
@@ -227,7 +227,7 @@ namespace IRaCIS.Core.Application.ViewModel
{
public Guid? Id { get; set; }
public bool IsEnable { get; set; }
public string Note { get; set; }
public string Note { get; set; } = string.Empty;
public Guid TrialId { get; set; }
public int PlanSubjectCount { get; set; }
public int PlanVisitCount { get; set; }