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

---
 Vmo/HStation.Vmo.Assets.Core/02-ValveManage/PumpMain.cs |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/Vmo/HStation.Vmo.Assets.Core/02-ValveManage/PumpMain.cs b/Vmo/HStation.Vmo.Assets.Core/02-ValveManage/PumpMain.cs
index ed63698..e92a392 100644
--- a/Vmo/HStation.Vmo.Assets.Core/02-ValveManage/PumpMain.cs
+++ b/Vmo/HStation.Vmo.Assets.Core/02-ValveManage/PumpMain.cs
@@ -8,9 +8,29 @@
         public long ID { get; set; }
 
         /// <summary>
+        /// 绯诲垪ID
+        /// </summary>
+        public long SeriesID { get; set; }
+
+        /// <summary>
         /// 鍙e緞
         /// </summary>
         public string Caliber { get; set; }
+
+        /// <summary>
+        /// 鍚嶇О
+        /// </summary>
+        public string Name { get; set; }
+
+        /// <summary>
+        /// 鍒涘缓浜�
+        /// </summary>
+        public string CreateName { get; set; }
+
+        /// <summary>
+        /// 鍒涘缓鏃堕棿
+        /// </summary>
+        public string CreateTime { get; set; }
 
         /// <summary>
         /// 鏉愭枡
@@ -28,6 +48,11 @@
         public string? Description { get; set; }
 
         /// <summary>
+        /// 绫诲瀷
+        /// </summary>
+        public string Type { get; set; }
+
+        /// <summary>
         /// 鎺掑簭鐮�
         /// </summary>
         public int SortCode { get; set; }

--
Gitblit v1.9.3