From e7df5d1ece7ecabaa7a3943f24a6621649fdc455 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期一, 13 一月 2025 16:08:11 +0800 Subject: [PATCH] 增加批量添加,修改阀门界面 --- Dto/HStation.Dto.Assets.Core/01-Valve/02-Main/AssetsValveMainStdDto.cs | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/Dto/HStation.Dto.Assets.Core/01-Valve/02-Main/AssetsValveMainStdDto.cs b/Dto/HStation.Dto.Assets.Core/01-Valve/02-Main/AssetsValveMainStdDto.cs index 3e0437d..864d83b 100644 --- a/Dto/HStation.Dto.Assets.Core/01-Valve/02-Main/AssetsValveMainStdDto.cs +++ b/Dto/HStation.Dto.Assets.Core/01-Valve/02-Main/AssetsValveMainStdDto.cs @@ -19,7 +19,6 @@ this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras); this.Flags = rhs.Flags?.ToList(); this.TagName = rhs.TagName; - this.ValveType = rhs.ValveType; this.ValveSetting = rhs.ValveSetting; this.KeyWords = rhs.KeyWords; this.SortCode = rhs.SortCode; @@ -55,11 +54,6 @@ /// 鏉愭枡 /// </summary> public string Material { get; set; } - - /// <summary> - /// 绫诲瀷 - /// </summary> - public eValveType ValveType { get; set; } /// <summary> /// 绯绘暟 -- Gitblit v1.9.3