排序 时间

This commit is contained in:
2022-04-20 09:32:01 +08:00
parent 43b722fbc9
commit 3bcc15faa4
2 changed files with 3 additions and 3 deletions
@@ -395,7 +395,7 @@ namespace IRaCIS.Core.Application.Contracts.DTO
public string SeriesInstanceUid { get; set; } = String.Empty;
public int SeriesNumber { get; set; }
public DateTime SeriesTime { get; set; }
public DateTime? SeriesTime { get; set; }
public string Modality { get; set; } = String.Empty;
public string Description { get; set; } = String.Empty;
public int InstanceCount { get; set; }