From 2c22c17566280386300425db5ba272bd0f191ce7 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Mon, 17 Oct 2022 15:55:23 +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 --- .../Service/Common/DTO/DictionaryModel.cs | 9 ++++++++- .../Service/Common/DictionaryService.cs | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Common/DTO/DictionaryModel.cs b/IRaCIS.Core.Application/Service/Common/DTO/DictionaryModel.cs index 2780dbab5..ad5ecfafd 100644 --- a/IRaCIS.Core.Application/Service/Common/DTO/DictionaryModel.cs +++ b/IRaCIS.Core.Application/Service/Common/DTO/DictionaryModel.cs @@ -18,12 +18,19 @@ namespace IRaCIS.Application.Contracts } + public class GetTrialConfigDictionaryListOutDto + { + + } + public class GetTrialConfigDictionaryListInDto { [NotDefault] public Guid TrialId { get; set; } - //public + public string ParentCode { get; set; } + + } public class AddTrialConfigDictionaryListInDto diff --git a/IRaCIS.Core.Application/Service/Common/DictionaryService.cs b/IRaCIS.Core.Application/Service/Common/DictionaryService.cs index 14b631a77..76102e3c9 100644 --- a/IRaCIS.Core.Application/Service/Common/DictionaryService.cs +++ b/IRaCIS.Core.Application/Service/Common/DictionaryService.cs @@ -156,9 +156,9 @@ namespace IRaCIS.Application.Services } - //public async Task<> GetTrialConfigDictionaryList() + //public async Task<> GetTrialConfigDictionaryList(GetTrialConfigDictionaryListInDto inDto) //{ - + //}