即时库存-服务
This commit is contained in:
@@ -41,9 +41,10 @@ namespace WMS.Web.Domain.Mappers
|
||||
CreateMap<InventoryInOutDetailsGenerateDto, InventoryInOutDetails>()
|
||||
.ForMember(x => x.OrderType, ops => ops.MapFrom(x => x.OrderType))
|
||||
.ForMember(x => x.Type, ops => ops.MapFrom(x => x.InventoryInOutType));
|
||||
|
||||
//即时库存明细-映射
|
||||
CreateMap<InventoryDetailsGenerateDto, InventoryDetails>();
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user