项目邮件配置修改--009

Test_Study_Net8
hang 2023-08-21 17:30:08 +08:00
parent e24933f0dd
commit c7b541dec6
2 changed files with 4 additions and 3 deletions

View File

@ -27,7 +27,8 @@ namespace IRaCIS.Core.Application.Service
CreateMap<EmailNoticeConfig, EmailNoticeConfigView>();
CreateMap<EmailNoticeConfig, EmailNoticeConfigView>()
.ForMember(t => t.EmailNoticeUserList, u => u.MapFrom(c => c.EmailNoticeUserTypeList));
CreateMap<Dictionary, DicView>()
.ForMember(t => t.ParentCode, u => u.MapFrom(c => c.Parent.Code));

View File

@ -59,8 +59,8 @@ namespace IRaCIS.Core.Domain.Models
public string Description { get; set; } = string.Empty;
public string AttachName { get; set; }
public string AttachNameCN { get; set; }
public string AttachName { get; set; } = string.Empty;
public string AttachNameCN { get; set; } = string.Empty;