From 47eeefa619854ed56673b53c8e090ec35dcd4f4b Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Wed, 25 May 2022 17:51:21 +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 --- .../Common/Dto/SetDictionaryValueDto.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/IRaCIS.Core.Infra.EFCore/Common/Dto/SetDictionaryValueDto.cs b/IRaCIS.Core.Infra.EFCore/Common/Dto/SetDictionaryValueDto.cs index 163ccc74..64cf1cd5 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/Dto/SetDictionaryValueDto.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/Dto/SetDictionaryValueDto.cs @@ -17,6 +17,13 @@ namespace IRaCIS.Core.Infra.EFCore.Common.Dto } + public class AddInterface + { + public Guid ParentId { get; set; } + + public List Names { get; set; } + } + public class AccessToDialogueInDto { public Guid Id { get; set; }