修改一版

This commit is contained in:
he
2022-11-09 11:40:59 +08:00
parent 506a66cbfb
commit ec14e515e0
3 changed files with 44 additions and 8 deletions
@@ -192,7 +192,7 @@ namespace IRaCIS.Core.Application.Contracts
public int SeriesCount { get; set; }
public int InstanceCount { get; set; }
public bool IsDicom { get; set; } = true;
public List<DicomSeriesDTO> SeriesList { get; set; } = new List<DicomSeriesDTO>();
}