|
@ -47,6 +47,7 @@ public partial class StoreEventAutoMapperProfile : Profile |
|
|
.Ignore(x => x.ArriveDate) |
|
|
.Ignore(x => x.ArriveDate) |
|
|
.Ignore(x => x.ProduceDate) |
|
|
.Ignore(x => x.ProduceDate) |
|
|
.Ignore(x => x.ExpireDate) |
|
|
.Ignore(x => x.ExpireDate) |
|
|
|
|
|
.Ignore(x=>x.InventoryStage) |
|
|
; |
|
|
; |
|
|
|
|
|
|
|
|
//盘点计划映射到盘点记录
|
|
|
//盘点计划映射到盘点记录
|
|
|