From 337bda45fd66a59ddd267eba269f7b0b3a1300ae Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Mon, 24 Feb 2025 17:17:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/IRaCIS.Core.Application.xml | 12 ++++++++++++ .../Service/Document/TrialFileTypeService.cs | 1 + 2 files changed, 13 insertions(+) diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml index f12d748c1..aaacd0f7d 100644 --- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml +++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml @@ -1473,6 +1473,13 @@ + + + 获取项目文件类型数据 + + + + 项目定稿记录 @@ -14169,6 +14176,11 @@ TrialEmailNoticeConfigAddOrEdit 列表查询参数模型 + + + 显示顺序 + + SystemAnonymizationView 列表视图模型 diff --git a/IRaCIS.Core.Application/Service/Document/TrialFileTypeService.cs b/IRaCIS.Core.Application/Service/Document/TrialFileTypeService.cs index a460a3fea..76ee14301 100644 --- a/IRaCIS.Core.Application/Service/Document/TrialFileTypeService.cs +++ b/IRaCIS.Core.Application/Service/Document/TrialFileTypeService.cs @@ -130,6 +130,7 @@ public class TrialFileTypeService(IRepository _trialFileTypeRepos /// /// /// + [HttpPost] public async Task GetTrialFileTypeData(GetTrialFileTypeDataInDto inDto) { await this.CopySystemFileTypeToTrial(new CopySystemFileTypeToTrialInDto()