From 25f7e2fa7c72c6353dc6064e347eff7a02235427 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期三, 11 九月 2024 11:46:05 +0800
Subject: [PATCH] 增加阀门管理界面

---
 Service/HStation.Service.Assets.Core/02-model/ValveManage/ValveMain.cs |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/Service/HStation.Service.Assets.Core/02-model/ValveManage/ValveMain.cs b/Service/HStation.Service.Assets.Core/02-model/ValveManage/ValveMain.cs
index f1fcf2b..66d14e2 100644
--- a/Service/HStation.Service.Assets.Core/02-model/ValveManage/ValveMain.cs
+++ b/Service/HStation.Service.Assets.Core/02-model/ValveManage/ValveMain.cs
@@ -25,6 +25,10 @@
             this.Material = rhs.Material;
             this.Caliber = rhs.Caliber;
             this.SortCode = rhs.SortCode;
+            this.SeriesID = rhs.SeriesID;
+            this.Name = rhs.Name;
+            this.CreateName = rhs.CreateName;
+            this.CreateTime = rhs.CreateTime;
             this.Coefficient = rhs.Coefficient;
         }
 
@@ -35,8 +39,32 @@
             this.Material = rhs.Material;
             this.Caliber = rhs.Caliber;
             this.SortCode = rhs.SortCode;
+            this.Name = rhs.Name;
+            this.CreateName = rhs.CreateName;
+            this.CreateTime = rhs.CreateTime;
             this.Coefficient = rhs.Coefficient;
+            this.SeriesID = rhs.SeriesID;
         }
+
+        /// <summary>
+        /// 绯诲垪ID
+        /// </summary>
+        public long SeriesID { get; set; }
+
+        /// <summary>
+        /// 鍚嶇О
+        /// </summary>
+        public string Name { get; set; }
+
+        /// <summary>
+        /// 鍒涘缓浜�
+        /// </summary>
+        public string CreateName { get; set; }
+
+        /// <summary>
+        /// 鍒涘缓鏃堕棿
+        /// </summary>
+        public string CreateTime { get; set; }
 
         /// <summary>
         /// 鍙e緞
@@ -44,6 +72,11 @@
         public string Caliber { get; set; }
 
         /// <summary>
+        /// 绫诲瀷
+        /// </summary>
+        public string Type { get; set; }
+
+        /// <summary>
         /// 鏉愭枡
         /// </summary>
         public string Material { get; set; }

--
Gitblit v1.9.3