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

IRC_NewDev
he 2024-09-04 10:44:58 +08:00
parent f426df9d7f
commit 457544adc3
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ namespace IRaCIS.Core.Application.Contracts.Dicom.DTO
public Guid? StudyId { get; set; }
public List<int?> KeyFramesList{ get; set; }
public List<int?> KeyFramesList{ get; set; }=new List<int?> { };
public Guid? SeriesId { get; set; }