添加标记名称字段
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2026-06-10 14:13:15 +08:00
parent f69c7af9d6
commit 3e69d72597
2 changed files with 4 additions and 0 deletions
@@ -472,6 +472,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid? SeriesId { get; set; }
public Guid? StudyId { get; set; }
public string MarkName { get; set; } = string.Empty;
public string StudyInstanceUid { get; set; }
public string SopInstanceUid { get; set; }