非采购上架-箱库存
This commit is contained in:
@@ -24,6 +24,14 @@ namespace WMS.Web.Domain.Mappers
|
||||
//出入库回退上下架映射
|
||||
CreateMap<BoxInventoryBackGenerateDto, BoxInventory>();
|
||||
CreateMap<BoxInventoryBackDetailsGenerateDto, BoxInventoryDetails>();
|
||||
|
||||
//采购上架映射
|
||||
CreateMap<BoxInventoryPurchaseGenerateDto, BoxInventory>();
|
||||
CreateMap<BoxInventoryPurchaseDetailsGenerateDto, BoxInventoryDetails>();
|
||||
|
||||
//采购上架映射
|
||||
CreateMap<BoxInventoryNoPurchaseGenerateDto, BoxInventory>();
|
||||
CreateMap<BoxInventoryNoPurchaseDetailsGenerateDto, BoxInventoryDetails>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user