| | |
| | | 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; |
| | |
| | | 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) |
| | | { |
| | |
| | | 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; |
| | |
| | | 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) |
| | | { |