From 31a8e93cf1cc708b68456b88aa5b0031a41eb47a Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期二, 10 十二月 2024 16:36:45 +0800
Subject: [PATCH] 能耗分析

---
 Service/HStation.Service.Assets.Core/01-entity/06-PipeLine/AssetsPipeSeries.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Service/HStation.Service.Assets.Core/01-entity/06-PipeLine/AssetsPipeSeries.cs b/Service/HStation.Service.Assets.Core/01-entity/06-PipeLine/AssetsPipeSeries.cs
index d925cd0..858cdbf 100644
--- a/Service/HStation.Service.Assets.Core/01-entity/06-PipeLine/AssetsPipeSeries.cs
+++ b/Service/HStation.Service.Assets.Core/01-entity/06-PipeLine/AssetsPipeSeries.cs
@@ -22,6 +22,7 @@
         {
             this.ID = rhs.ID;
             this.ParentIds = rhs.ParentIds;
+            this.CatalogID = rhs.CatalogID;
             this.Name = rhs.Name;
             this.Paras = rhs.Paras;
             this.Flags = rhs.Flags;
@@ -42,6 +43,11 @@
         public string Name { get; set; }
 
         /// <summary>
+        /// 鎵�灞炵被鍒獻D
+        /// </summary>
+        public long CatalogID { get; set; }
+
+        /// <summary>
         /// 鍙傛暟
         /// </summary>
         public string Paras { get; set; }

--
Gitblit v1.9.3