合并修改
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
hang 2025-02-27 15:39:48 +08:00
commit f8c3704c87
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,6 @@ namespace IRaCIS.Core.Application.Contracts
public bool IsCriticalSequence { get; set; } = false;
public string StudyName { get; set; }
public List<NoneDicomStudyFileView> NoneDicomStudyFileList { get; set; } = new List<NoneDicomStudyFileView>();
@ -62,6 +61,8 @@ namespace IRaCIS.Core.Application.Contracts
public int Code { get; set; }
public string StudyName { get; set; }
public string VideoName { get; set; } = string.Empty;
public string VideoObjectName { get; set; } = string.Empty;