修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2025-03-03 11:06:44 +08:00
parent 699f79278b
commit 12f2c2becb
3 changed files with 37 additions and 15 deletions
@@ -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; }