减少赋值字段
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-06-12 17:24:51 +08:00
parent c2350f1418
commit f14525ea95
2 changed files with 10 additions and 10 deletions
@@ -46,8 +46,8 @@ namespace IRaCIS.Core.Application.Contracts.Dicom.DTO
//存放在instance 上面
public string WindowCenter { get; set; } = string.Empty;
public string WindowWidth { get; set; } = string.Empty;
public string? WindowCenter => InstanceInfoList.FirstOrDefault()?.WindowCenter;
public string? WindowWidth => InstanceInfoList.FirstOrDefault()?.WindowWidth;
public string ImageResizePath { get; set; }
}