添加 IsBeSegment 标记
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2026-04-17 13:30:13 +08:00
parent be5c25ba5f
commit fa4564d491
2 changed files with 16 additions and 0 deletions
@@ -13,6 +13,8 @@ namespace IRaCIS.Core.Application.Contracts.Dicom.DTO
public bool IsBeMark { get; set; } = false;
public bool IsBeSegment { get; set; } = false;
public Guid Id { get; set; }
public Guid StudyId { get; set; }
public string StudyInstanceUid { get; set; } = String.Empty;