修改确认
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user