修改参与类型
This commit is contained in:
@@ -153,7 +153,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
|
||||
|
||||
|
||||
public string DeclarationTypes { get; set; }
|
||||
public string DeclarationTypes { get; set; } = string.Empty;
|
||||
|
||||
[NotMapped]
|
||||
public List<DeclarationType> DeclarationTypeEnumList => AttendedReviewerTypes.Split('|', StringSplitOptions.RemoveEmptyEntries)
|
||||
@@ -163,7 +163,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public List<AttendedReviewerType> AttendedReviewerTypeEnumList=> AttendedReviewerTypes.Split('|',StringSplitOptions.RemoveEmptyEntries)
|
||||
.Select(s => Enum.Parse(typeof(AttendedReviewerType), s)).Cast<AttendedReviewerType>().ToList();
|
||||
|
||||
public string AttendedReviewerTypes { get; set; }
|
||||
public string AttendedReviewerTypes { get; set; }=string.Empty;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user