箱库存

This commit is contained in:
tongfei
2023-11-16 16:13:27 +08:00
parent 4f4ba2f0f2
commit 6dcddf33e8
12 changed files with 454 additions and 160 deletions

View File

@@ -32,6 +32,11 @@ namespace WMS.Web.Domain.Mappers
//采购上架映射
CreateMap<BoxInventoryNoPurchaseGenerateDto, BoxInventory>();
CreateMap<BoxInventoryNoPurchaseDetailsGenerateDto, BoxInventoryDetails>();
//箱库存映射
CreateMap<BoxInventoryGenerateDto, BoxInventory>();
CreateMap<BoxInventoryGenerateDetailsDto, BoxInventoryDetails>();
}
}
}