From 9a5221ef7d676845b4255511919f225767d9c218 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 27 Nov 2025 17:31:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4ivus=E5=AF=BC=E8=A1=A8?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Common/Export/CDISCExportBaseModel.cs | 1 - .../Service/Common/{ => Export}/IVUS_OCTExportService.cs | 0 2 files changed, 1 deletion(-) rename IRaCIS.Core.Application/Service/Common/{ => Export}/IVUS_OCTExportService.cs (100%) diff --git a/IRaCIS.Core.Application/Service/Common/Export/CDISCExportBaseModel.cs b/IRaCIS.Core.Application/Service/Common/Export/CDISCExportBaseModel.cs index 9e6623357..0bf2ef489 100644 --- a/IRaCIS.Core.Application/Service/Common/Export/CDISCExportBaseModel.cs +++ b/IRaCIS.Core.Application/Service/Common/Export/CDISCExportBaseModel.cs @@ -10,7 +10,6 @@ using System.Threading.Tasks; namespace IRaCIS.Core.Application.Service.Common; - public class TumorCommonQustionInfo { //问题标识,肿瘤评估用于区分是什么问题 diff --git a/IRaCIS.Core.Application/Service/Common/IVUS_OCTExportService.cs b/IRaCIS.Core.Application/Service/Common/Export/IVUS_OCTExportService.cs similarity index 100% rename from IRaCIS.Core.Application/Service/Common/IVUS_OCTExportService.cs rename to IRaCIS.Core.Application/Service/Common/Export/IVUS_OCTExportService.cs