From 17a0baa0ef883689c73e3141d148a28a48d62cd6 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期三, 11 十二月 2024 10:31:04 +0800
Subject: [PATCH] 报告修改

---
 Dto/HStation.Dto.Assets.Core/00-Pump/06-PumpPropContent/PumpPropContentDto.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Dto/HStation.Dto.Assets.Core/00-Pump/06-PumpPropContent/PumpPropContentDto.cs b/Dto/HStation.Dto.Assets.Core/00-Pump/06-PumpPropContent/PumpPropContentDto.cs
index ef26676..217cea5 100644
--- a/Dto/HStation.Dto.Assets.Core/00-Pump/06-PumpPropContent/PumpPropContentDto.cs
+++ b/Dto/HStation.Dto.Assets.Core/00-Pump/06-PumpPropContent/PumpPropContentDto.cs
@@ -13,6 +13,7 @@
             this.PropID = rhs.PropID;
             this.PartID = rhs.PartID;
             this.PropValue = rhs.PropValue;
+            this.TagName = rhs.TagName;
         }
 
         /// <summary>
@@ -44,5 +45,10 @@
         /// 灞炴�у��
         /// </summary>
         public string PropValue { get; set; }
+
+        /// <summary>
+        /// 鏍囩
+        /// </summary>
+        public string TagName { get; set; }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3