箱库存变更方法
This commit is contained in:
@@ -19,7 +19,11 @@ namespace WMS.Web.Domain.Mappers
|
||||
|
||||
//移箱映射
|
||||
CreateMap<BoxInventoryMoveGenerateDto, BoxInventory>();
|
||||
CreateMap<BoxDetails, BoxInventoryDetails>() ;
|
||||
CreateMap<BoxDetails, BoxInventoryDetails>() ;
|
||||
|
||||
//出入库回退上下架映射
|
||||
CreateMap<BoxInventoryBackGenerateDto, BoxInventory>();
|
||||
CreateMap<BoxInventoryBackDetailsGenerateDto, BoxInventoryDetails>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user