修改确认

This commit is contained in:
2023-06-06 11:34:11 +08:00
parent 0d0e795faf
commit 0c228fab1f
4 changed files with 5 additions and 13 deletions
+2 -2
View File
@@ -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; }