cc
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user