From f589894c84d47b9671eef6d3a8337b6b51b32edb Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 21 一月 2025 12:15:39 +0800 Subject: [PATCH] 阀门视图修改 --- Dto/HStation.Dto.Assets.Core/04-PipeLine/03-Factor/AssetsPipeFactorDto.cs | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/Dto/HStation.Dto.Assets.Core/04-PipeLine/03-Factor/AssetsPipeFactorDto.cs b/Dto/HStation.Dto.Assets.Core/04-PipeLine/03-Factor/AssetsPipeFactorDto.cs index 5f5ab53..7c3fc5c 100644 --- a/Dto/HStation.Dto.Assets.Core/04-PipeLine/03-Factor/AssetsPipeFactorDto.cs +++ b/Dto/HStation.Dto.Assets.Core/04-PipeLine/03-Factor/AssetsPipeFactorDto.cs @@ -10,11 +10,9 @@ public AssetsPipeFactorDto(Model.AssetsPipeFactor rhs) { this.ID = rhs.ID; - this.PipeLineID = rhs.PipeLineID; this.Name = rhs.Name; this.Caliber = rhs.Caliber; this.Material = rhs.Material; - this.eAlgorithmType = rhs.eAlgorithmType; this.StartValue = rhs.StartValue; this.EndValue = rhs.EndValue; } @@ -25,16 +23,6 @@ /// 鍚嶇О /// </summary> public string Name { get; set; } - - /// <summary> - /// 绠楁硶绫诲瀷 - /// </summary> - public eAlgorithmType eAlgorithmType { get; set; } - - /// <summary> - /// 绠¢亾ID - /// </summary> - public long PipeLineID { get; set; } /// <summary> /// 鍙e緞 -- Gitblit v1.9.3