修改确认
This commit is contained in:
@@ -152,7 +152,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
//public Guid DeclarationTypeId { get; set; } = Guid.Empty;
|
||||
|
||||
|
||||
public string DeclarationTypeOther { get; set; }
|
||||
|
||||
public string DeclarationTypes { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
@@ -164,7 +164,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
.Select(s => Enum.Parse(typeof(AttendedReviewerType), s)).Cast<AttendedReviewerType>().ToList();
|
||||
|
||||
public string AttendedReviewerTypes { get; set; }
|
||||
public string AttendedReviewerTypeOther { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user