@@ -235,7 +235,12 @@ namespace IRaCIS.Application.Contracts
|
||||
public int Status { get; set; }
|
||||
}
|
||||
|
||||
public class UpdateTrialStudyNameListInDto
|
||||
{
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
public List<StudyName> StudyNameList { get; set; } = new List<StudyName>();
|
||||
}
|
||||
public class TrialExtraConfig
|
||||
{
|
||||
#region QC 影像下载
|
||||
|
||||
Reference in New Issue
Block a user