移箱-箱库存-优化
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user