@@ -28,9 +28,9 @@ public class TrialNormalRecordAddOrEdit
|
||||
public int? ReviewerFileType { get; set; }
|
||||
|
||||
public int State { get; set; }
|
||||
|
||||
public Guid TrialFileRecordId { get; set; }
|
||||
|
||||
|
||||
public TrialFile TrialFileRecord { get; set; }
|
||||
|
||||
public Guid TrialFileTypeId { get; set; }
|
||||
|
||||
public Guid TrialId { get; set; }
|
||||
@@ -43,9 +43,9 @@ public class TrialNormalRecordQuery : PageInput
|
||||
public int? ReviewerFileType { get; set; }
|
||||
|
||||
public int? State { get; set; }
|
||||
|
||||
public Guid? TrialFileRecordId { get; set; }
|
||||
|
||||
|
||||
public string? FileName { get; set; }
|
||||
|
||||
public Guid? TrialFileTypeId { get; set; }
|
||||
|
||||
public Guid? TrialId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user