From 10b0bde1d04beb3edda564b4f66c52c75b372f5a Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 4 Mar 2025 11:20:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=9F=A5=E5=88=97=E8=A1=A8=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/QC/DTO/NoneDicomStudyViewModel.cs | 1 + IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs | 3 +++ 2 files changed, 4 insertions(+) diff --git a/IRaCIS.Core.Application/Service/QC/DTO/NoneDicomStudyViewModel.cs b/IRaCIS.Core.Application/Service/QC/DTO/NoneDicomStudyViewModel.cs index 27061e524..2ef4f593c 100644 --- a/IRaCIS.Core.Application/Service/QC/DTO/NoneDicomStudyViewModel.cs +++ b/IRaCIS.Core.Application/Service/QC/DTO/NoneDicomStudyViewModel.cs @@ -8,6 +8,7 @@ namespace IRaCIS.Core.Application.Contracts /// NoneDicomStudyView 列表视图模型 public class NoneDicomStudyView : NoneDicomStudyAddOrEdit { + public DateTime CreatTime { get; set; } public DateTime UpdateTime { get; set; } public string CodeView { get; set; } diff --git a/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs b/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs index 0b834efa9..72c906f67 100644 --- a/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs +++ b/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs @@ -382,6 +382,9 @@ namespace IRaCIS.Core.Application.Contracts.DTO public DateTime? StudyTime { get; set; } public DateTime? UploadedTime { get; set; } + + public DateTime UpdateTime { get; set; } + public string BodyPartExamined { get; set; } = String.Empty; public string BodyPartForEdit { get; set; } = String.Empty;