From e890e224a673855f9f609de1094d1701e224e66c Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期四, 24 十月 2024 16:19:00 +0800
Subject: [PATCH] 修改阀门管理界面

---
 Dto/HStation.Dto.Assets.Core/01-ValveManage/03-ValveMain/ValveMainDto.cs |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/Dto/HStation.Dto.Assets.Core/01-ValveManage/03-ValveMain/ValveMainDto.cs b/Dto/HStation.Dto.Assets.Core/01-ValveManage/03-ValveMain/ValveMainDto.cs
index c41461b..cc71527 100644
--- a/Dto/HStation.Dto.Assets.Core/01-ValveManage/03-ValveMain/ValveMainDto.cs
+++ b/Dto/HStation.Dto.Assets.Core/01-ValveManage/03-ValveMain/ValveMainDto.cs
@@ -22,6 +22,7 @@
             this.IsDefault = rhs.IsDefault;
             this.ValveLift = rhs.ValveLift;
             this.SortCode = rhs.SortCode;
+            this.ValveSetting = rhs.ValveSetting;
         }
 
         /// <summary>
@@ -40,9 +41,9 @@
         public double? Caliber { get; set; }
 
         /// <summary>
-        /// 闃�闂ㄧ姸鎬�
+        /// 闃�闂ㄥ紑搴�
         /// </summary>
-        public int ValveLift { get; set; }
+        public int? ValveLift { get; set; }
 
         /// <summary>
         /// 鍚嶇О
@@ -60,6 +61,11 @@
         public string CreateTime { get; set; }
 
         /// <summary>
+        /// 闃�闂ㄨ缃�
+        /// </summary>
+        public string ValveSetting { get; set; }
+
+        /// <summary>
         /// 鏉愭枡
         /// </summary>
         public string MaterialName { get; set; }

--
Gitblit v1.9.3