|
|
@ -29,6 +29,7 @@ public partial class StoreApplicationAutoMapperProfile : Profile |
|
|
|
|
|
|
|
|
|
|
|
CreateMap<DeliverRequestImportInput, DeliverRequest>() |
|
|
|
|
|
|
|
// .ForMember(x => x.DeliverRequestType, y => y.MapFrom(t => EnumDeliverRequestType.Normal))
|
|
|
|
.Ignore(x => x.CustomerAddressCode) |
|
|
|
.Ignore(x => x.DeliverPlanNumber) |
|
|
|