|
|
@ -14,10 +14,10 @@ public partial class StoreEventAutoMapperProfile : Profile |
|
|
|
|
|
|
|
.ForMember(x => x.DocNumber, y => y.MapFrom(d => d.Number)) |
|
|
|
.Ignore(x => x.SupplierBatch) |
|
|
|
.Ignore(x => x.ProduceDate) |
|
|
|
// .Ignore(x => x.ProduceDate)
|
|
|
|
.Ignore(x => x.Worker) |
|
|
|
.Ignore(x => x.ArriveDate) |
|
|
|
.Ignore(x => x.ExpireDate) |
|
|
|
// .Ignore(x => x.ArriveDate)
|
|
|
|
//.Ignore(x => x.ExpireDate)
|
|
|
|
.Ignore(x => x.ExtraProperties) |
|
|
|
|
|
|
|
.Ignore(x => x.TransType) |
|
|
|