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