|
|
@ -60,7 +60,6 @@ public class FawtygAutoMapperProfile : Profile |
|
|
|
.Ignore(x => x.Details) |
|
|
|
.Ignore(x => x.ExtraProperties) |
|
|
|
.Ignore(x => x.Status) |
|
|
|
|
|
|
|
.Ignore(x => x.RpNumber) |
|
|
|
.Ignore(x => x.DockCode) |
|
|
|
.Ignore(x => x.Remark) |
|
|
@ -69,6 +68,7 @@ public class FawtygAutoMapperProfile : Profile |
|
|
|
; |
|
|
|
|
|
|
|
CreateMap<SupplierAsnDetailExchangeDto, SupplierAsnDetailInput>() |
|
|
|
.ForMember(x => x.RecommendErpCode, y => y.MapFrom(d => d.LocationErpCode)) |
|
|
|
.Ignore(x => x.ItemName) |
|
|
|
.Ignore(x => x.ItemDesc1) |
|
|
|
.Ignore(x => x.ItemDesc2) |
|
|
|