@@ -24,12 +24,13 @@ public class TrialNormalRecordAddOrEdit
|
||||
public Guid? Id { get; set; }
|
||||
|
||||
public bool IsAuthorizedView { get; set; }
|
||||
|
||||
public int? ReviewerFileType { get; set; }
|
||||
|
||||
|
||||
public int State { get; set; }
|
||||
|
||||
public TrialFileDto TrialFileRecord { get; set; }
|
||||
public TrialFileDto? TrialFileRecord { get; set; }
|
||||
|
||||
public TrialFileDto? HistoryFile { get; set; }
|
||||
|
||||
public Guid TrialFileTypeId { get; set; }
|
||||
|
||||
@@ -40,8 +41,6 @@ public class TrialNormalRecordQuery : PageInput
|
||||
{
|
||||
public bool? IsAuthorizedView { get; set; }
|
||||
|
||||
public int? ReviewerFileType { get; set; }
|
||||
|
||||
public int? State { get; set; }
|
||||
|
||||
public string? FileName { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user