|
@ -80,7 +80,6 @@ public partial class StoreEventAutoMapperProfile : Profile |
|
|
.Ignore(x => x.DeliveryQty) |
|
|
.Ignore(x => x.DeliveryQty) |
|
|
.Ignore(x => x.Status) |
|
|
.Ignore(x => x.Status) |
|
|
.Ignore(x => x.RecommendContainerCode) |
|
|
.Ignore(x => x.RecommendContainerCode) |
|
|
.Ignore(x => x.StdPackQty) |
|
|
|
|
|
.Ignore(x => x.RecommendPackingCode) |
|
|
.Ignore(x => x.RecommendPackingCode) |
|
|
.Ignore(x => x.HandledContainerCode) |
|
|
.Ignore(x => x.HandledContainerCode) |
|
|
.Ignore(x => x.HandledPackingCode) |
|
|
.Ignore(x => x.HandledPackingCode) |
|
|