|
@ -86,7 +86,7 @@ public class FawtygAutoMapperProfile : Profile |
|
|
|
|
|
|
|
|
CreateMap<SupplierAsnDetailExchangeDto, InventoryLabelEditInput>() |
|
|
CreateMap<SupplierAsnDetailExchangeDto, InventoryLabelEditInput>() |
|
|
.ForMember(x => x.Code, y => y.MapFrom(d => d.PackingCode)) |
|
|
.ForMember(x => x.Code, y => y.MapFrom(d => d.PackingCode)) |
|
|
.ForMember(x => x.LabelType, y => y.MapFrom(d => EnumLabelType.PurchaseLabel)) |
|
|
.ForMember(x => x.LabelType, y => y.MapFrom(d => Label.Domain.Shared.EnumLabelType.PurchaseLabel)) |
|
|
.ForMember(x => x.LabelStatus, y => y.MapFrom(d => LabelStatus.Enable)) |
|
|
.ForMember(x => x.LabelStatus, y => y.MapFrom(d => LabelStatus.Enable)) |
|
|
.Ignore(x => x.FullBarcodeString) |
|
|
.Ignore(x => x.FullBarcodeString) |
|
|
.Ignore(x => x.RecommendLocationCode) |
|
|
.Ignore(x => x.RecommendLocationCode) |
|
|