修改映射
This commit is contained in:
@@ -108,7 +108,8 @@ namespace IRaCIS.Core.Application.Service
|
||||
.ForMember(t=>t.NoticeUserTypeList,u=>u.MapFrom(t=>t.NoticeUserTypeIdList));
|
||||
|
||||
|
||||
CreateMap<SystemNoticeUserType, UserTypeSimpleDTO>().IncludeMembers(t=>t.NoticeUserType);
|
||||
CreateMap<SystemNoticeUserType, UserTypeSimpleDTO>().IncludeMembers(t=>t.NoticeUserType)
|
||||
.ForMember(t=>t.Id,u=>u.MapFrom(u=>u.NoticeUserType.Id));
|
||||
|
||||
CreateMap<UserType, UserTypeSimpleDTO>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user