|
|
@ -48,6 +48,7 @@ public partial class StoreEventAutoMapperProfile : Profile |
|
|
|
.Ignore(x => x.FromErpLocationCode) |
|
|
|
.Ignore(x => x.Qty) |
|
|
|
.Ignore(x => x.IsHasPackingCode) |
|
|
|
.Ignore(x=>x.Executor) |
|
|
|
; |
|
|
|
|
|
|
|
CreateMap<UnplannedReceiptRequestDetail, UnplannedReceiptNoteDetailInput>() |
|
|
|