修改确认

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
@@ -52,13 +52,11 @@ namespace IRaCIS.Application.Contracts
public Guid? PhaseId { get; set; }
public string DeclarationTypeOther { get; set; }
public List<DeclarationType> DeclarationTypeEnumList { get; set; }
public List<AttendedReviewerType> AttendedReviewerTypeEnumList { get; set; }
public string DeclarationTypes { get; set; }
public string AttendedReviewerTypes { get; set; }
public string AttendedReviewerTypeOther { get; set; }
public string DeclarationTypes { get; set; }=string.Empty;
public string AttendedReviewerTypes { get; set; } = string.Empty;