|
|
@ -6,7 +6,7 @@ using Win_in.Sfs.Shared.Event; |
|
|
|
|
|
|
|
namespace Win_in.Sfs.Message.Application; |
|
|
|
|
|
|
|
public class NotifyMessageAutoMapperProfile : Profile |
|
|
|
public partial class MessageApplicationAutoMapperProfile : Profile |
|
|
|
{ |
|
|
|
public void NotifyMessageAutoMapperProfileConfig() |
|
|
|
{ |
|
|
@ -30,6 +30,7 @@ public class NotifyMessageAutoMapperProfile : Profile |
|
|
|
.Ignore(x => x.LastModifierId) |
|
|
|
.Ignore(x => x.CreationTime) |
|
|
|
.Ignore(x => x.CreatorId) |
|
|
|
.Ignore(x=>x.Id) |
|
|
|
; |
|
|
|
} |
|
|
|
} |
|
|
|