移箱-箱库存-优化

This commit is contained in:
tongfei
2023-12-18 15:27:41 +08:00
parent 917b153766
commit a8e44e8afa

View File

@@ -19,7 +19,8 @@ namespace WMS.Web.Domain.Mappers
//移箱映射
CreateMap<BoxInventoryMoveGenerateDto, BoxInventory>();
CreateMap<BoxDetails, BoxInventoryDetails>() ;
CreateMap<BoxDetails, BoxInventoryDetails>()
.ForMember(x => x.Id, ops => ops.Ignore());
//出入库回退上下架映射
CreateMap<BoxInventoryBackGenerateDto, BoxInventory>();