From cbe66ac3978ae7d3055c1c99fdf84b547181e85c Mon Sep 17 00:00:00 2001
From: hang <872297557@qq.com>
Date: Wed, 23 Aug 2023 17:54:48 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E9=82=AE=E4=BB=B6=E9=85=8D?=
 =?UTF-8?q?=E7=BD=AE=E4=BF=AE=E6=94=B9--021?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 IRaCIS.Core.Application/Service/Document/_MapConfig.cs | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/IRaCIS.Core.Application/Service/Document/_MapConfig.cs b/IRaCIS.Core.Application/Service/Document/_MapConfig.cs
index 040ef6202..3f0c411bd 100644
--- a/IRaCIS.Core.Application/Service/Document/_MapConfig.cs
+++ b/IRaCIS.Core.Application/Service/Document/_MapConfig.cs
@@ -86,6 +86,9 @@ namespace IRaCIS.Core.Application.Service
 
             CreateMap<TrialEmailNoticeUser, EmailUserInfoDto>();
 
+            CreateMap<BatchAddTrialEmailNoticeConfig, TrialEmailNoticeConfig>();
+            
+
         }
     }