数据库修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2025-03-03 13:43:34 +08:00
parent 4b69e45d44
commit aec94d0a46
7 changed files with 19305 additions and 16 deletions
@@ -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; }