标记的排序修改

This commit is contained in:
he
2025-06-23 14:13:51 +08:00
parent b143ffbcfc
commit 04422cd795
3 changed files with 21 additions and 4 deletions
@@ -68,6 +68,10 @@ namespace IRaCIS.Core.Application.Contracts.Dicom.DTO
public int? NumberOfFrames { get; set; }
public DateTime CreateTime { get; set; }
public int? QuestionSort { get; set; }
public int? RowSort { get; set; }
}
public class InstanceBasicInfo
{