接口优化
This commit is contained in:
@@ -44,7 +44,16 @@ namespace WMS.Web.Domain.Mappers
|
||||
|
||||
//即时库存明细-映射
|
||||
CreateMap<InventoryDetailsGenerateDto, InventoryDetails>();
|
||||
|
||||
|
||||
|
||||
//箱库存详情-映射
|
||||
CreateMap<BoxInventoryResponse, BoxInventory>()
|
||||
.ForMember(x=>x.Details,t=>t.Ignore());
|
||||
CreateMap<BoxInventoryDetailsResponse, BoxInventoryDetails>();
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user