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

This commit is contained in:
he
2024-09-04 10:44:58 +08:00
parent f426df9d7f
commit 457544adc3
@@ -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; }