修改
This commit is contained in:
@@ -1620,7 +1620,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public Guid SystemCriterionId { get; set; }
|
||||
|
||||
|
||||
public string Type { get; set; }
|
||||
public string Type { get; set; } = string.Empty;
|
||||
|
||||
public List<string> TypeList { get; set; } = new List<string>();
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -1630,7 +1634,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public Guid TrialCriterionId { get; set; }
|
||||
|
||||
|
||||
public string Type { get; set; }
|
||||
public string Type { get; set; } = string.Empty;
|
||||
|
||||
public List<string> TypeList { get; set; } = new List<string>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user