修复bug
This commit is contained in:
Binary file not shown.
@@ -25,6 +25,7 @@ namespace WMS.Web.Domain.Mappers
|
|||||||
.ForMember(x => x.ErpDetails, opt => opt.Ignore())
|
.ForMember(x => x.ErpDetails, opt => opt.Ignore())
|
||||||
.ForMember(x => x.BoxsDetails, opt => opt.Ignore());
|
.ForMember(x => x.BoxsDetails, opt => opt.Ignore());
|
||||||
CreateMap<OutStockErpDetails, OutStockErpDetails>();
|
CreateMap<OutStockErpDetails, OutStockErpDetails>();
|
||||||
|
CreateMap<OutStockBoxsDetails, OutStockBoxsDetails>();
|
||||||
|
|
||||||
|
|
||||||
CreateMap<SaveOutStockRequest, OutStockDetails>();
|
CreateMap<SaveOutStockRequest, OutStockDetails>();
|
||||||
|
|||||||
Reference in New Issue
Block a user