From e0b138b3e057de6f57021e6c8963868f5c5acc5a Mon Sep 17 00:00:00 2001 From: tx <123456> Date: 星期二, 22 四月 2025 11:07:06 +0800 Subject: [PATCH] 大改 --- TProduct.Dto/TProduct.OpenDto4TestPack/FeatTestPackInfoHelper.cs | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/TProduct.Dto/TProduct.OpenDto4TestPack/FeatTestPackInfoHelper.cs b/TProduct.Dto/TProduct.OpenDto4TestPack/FeatTestPackInfoHelper.cs index 2d2ce3b..1a9bce4 100644 --- a/TProduct.Dto/TProduct.OpenDto4TestPack/FeatTestPackInfoHelper.cs +++ b/TProduct.Dto/TProduct.OpenDto4TestPack/FeatTestPackInfoHelper.cs @@ -208,7 +208,7 @@ dto_bench.LastUseTime = _workBenchInfo.LastUseTime; dto_bench.LastUseUserID = _workBenchInfo.LastUseUserID; dto_bench.UseStatus = _workBenchInfo.UseStatus.ToString(); - dto_bench.PipeIndex = _workBenchInfo.PipeIndex; + dto_bench.PipelineID = _workBenchInfo.PipelineID; dto_bench.PipeParas = _workBenchInfo.PipeParas; dto_bench.LinkType = _workBenchInfo.LinkType.ToString(); //dto_bench.TestMethod = _workBenchInfo.TestMethod; @@ -254,8 +254,8 @@ mp_dto.Name = mp.Name; mp_dto.MonitorType = (OpenDto.eMonitorType)(int)mp.MonitorType; mp_dto.Property = mp.Property; - mp_dto.PipeDia = mp.PipeDia; - mp_dto.Elevation = mp.Elevation; + //mp_dto.PipeDia = mp.PipeDia; + //mp_dto.Elevation = mp.Elevation; mp_dto.SortCode = mp.SortCode; if (mp.ValueCoeffParas != null) { @@ -358,8 +358,8 @@ if (_testItem.ItemParas != null) { testItem_dto.ItemParas.NpshJudgeThreshold = _testItem.ItemParas.NpshJudgeThreshold; - testItem_dto.ItemParas.IsEntendZeroH = _testItem.ItemParas.IsEntendZeroH; - testItem_dto.ItemParas.FlowInZeroH = _testItem.ItemParas.FlowInZeroH; + testItem_dto.ItemParas.ExtendPointQ = _testItem.ItemParas.ExtendPointQ; + testItem_dto.ItemParas.ExtendPointH = _testItem.ItemParas.ExtendPointH; } testItem_dto.CoordinateParas = _testItem.CoordinateParas; @@ -429,8 +429,8 @@ mp_dto.Name = mp.Name; mp_dto.MonitorType = (OpenDto.eMonitorType)(int)mp.MonitorType; mp_dto.Property = mp.Property; - mp_dto.PipeDia = mp.PipeDia; - mp_dto.Elevation = mp.Elevation; + //mp_dto.PipeDia = mp.PipeDia; + //mp_dto.Elevation = mp.Elevation; mp_dto.SortCode = mp.SortCode; if (mp.ValueCoeffParas != null) { -- Gitblit v1.9.3