修复bug

This commit is contained in:
18942506660
2024-10-10 10:33:55 +08:00
parent 010a3eedfc
commit 485c750370
2 changed files with 1 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ namespace WMS.Web.Domain.Mappers
.ForMember(x => x.ErpDetails, opt => opt.Ignore())
.ForMember(x => x.BoxsDetails, opt => opt.Ignore());
CreateMap<OutStockErpDetails, OutStockErpDetails>();
CreateMap<OutStockBoxsDetails, OutStockBoxsDetails>();
CreateMap<SaveOutStockRequest, OutStockDetails>();