修复bug
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user