Browse Source

EOR发货单mapping关系修改

集成Redis
lvzb 2 years ago
parent
commit
7822bc2576
  1. 2
      be/DataExchange/Fawtyg/Win_in.Sfs.Wms.DataExchange.Fawtyg.EosAgent/FawtygAutoMapperProfile.cs

2
be/DataExchange/Fawtyg/Win_in.Sfs.Wms.DataExchange.Fawtyg.EosAgent/FawtygAutoMapperProfile.cs

@ -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)

Loading…
Cancel
Save