查询,更新接口修改
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
hang 2026-01-05 15:13:58 +08:00
parent 8803a5f5b2
commit 4ee064dd14
1 changed files with 4 additions and 0 deletions

View File

@ -1073,6 +1073,8 @@ namespace IRaCIS.Core.Application.Contracts
[Comment("SPM 参与重阅审批")]
public bool IsSPMJoinReReadingApproval { get; set; }
public bool IsExternalViewTrialChart { get; set; }
}
public class TrialConfigDTO : BasicTrialConfig
@ -1089,6 +1091,8 @@ namespace IRaCIS.Core.Application.Contracts
[Comment("SPM 参与重阅审批")]
public bool IsSPMJoinReReadingApproval { get; set; }
public bool IsExternalViewTrialChart { get; set; }
public List<string> ImageFormatList { get; set; }
public List<Guid> TrialCriterionIds { get; set; } = new List<Guid>();