修改比例尺

This commit is contained in:
he
2025-10-23 16:58:03 +08:00
parent 102cf5f6dc
commit 308f5140a1
3 changed files with 107 additions and 1 deletions
@@ -2479,6 +2479,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string OrderMarkName { get; set; }
/// <summary>
/// 比例
/// </summary>
public decimal? Proportion { get; set; }
public Guid? MarkId { get; set; }
public Guid? NoneDicomFileId { get; set; }