Browse Source

fix: 添加确实mapper

pull/148/head
zzzwangjun@gmail.com 6 months ago
parent
commit
9250e04da6
  1. 1
      aspnet-core/modules/NotificationManagement/src/Lion.AbpPro.NotificationManagement.Domain/NotificationDomainAutoMapperProfile.cs

1
aspnet-core/modules/NotificationManagement/src/Lion.AbpPro.NotificationManagement.Domain/NotificationDomainAutoMapperProfile.cs

@ -6,6 +6,7 @@ namespace Lion.AbpPro.NotificationManagement
{
public NotificationDomainAutoMapperProfile()
{
CreateMap<Notification, NotificationDto>();
CreateMap<NotificationSubscription, NotificationSubscriptionDto>();
}
}

Loading…
Cancel
Save