From 4c21459e008364cb26e5413f534e415a56dc9cee Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 27 Feb 2025 15:38:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9StudyName=20=E5=AD=98?= =?UTF-8?q?=E6=94=BE=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/QC/DTO/NoneDicomStudyViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/QC/DTO/NoneDicomStudyViewModel.cs b/IRaCIS.Core.Application/Service/QC/DTO/NoneDicomStudyViewModel.cs index 40c1d4472..2a31bb5bc 100644 --- a/IRaCIS.Core.Application/Service/QC/DTO/NoneDicomStudyViewModel.cs +++ b/IRaCIS.Core.Application/Service/QC/DTO/NoneDicomStudyViewModel.cs @@ -13,7 +13,6 @@ namespace IRaCIS.Core.Application.Contracts public int FileCount { get; set; } - public string StudyName { get; set; } public List NoneDicomStudyFileList { get; set; } = new List(); @@ -55,6 +54,7 @@ namespace IRaCIS.Core.Application.Contracts public int Code { get; set; } + public string StudyName { get; set; } public string VideoName { get; set; } = string.Empty;