修改归档路径

This commit is contained in:
2022-11-17 15:50:51 +08:00
parent 89cf6073f3
commit 385bb1116e
10 changed files with 83 additions and 46 deletions
@@ -31,6 +31,8 @@
public DateTime UpdateTime { get; set; }
public List<Guid> InstanceList { get; set; } = new List<Guid>();
public List<string> InstancePathList { get; set; } = new List<string>();
}
public class DicomSeriesWithLabelDTO : DicomSeriesDTO