From ea882c1741812b0783b2924548cb9e8c638a1be9 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期二, 24 十二月 2024 13:50:36 +0800
Subject: [PATCH] 修改资产--弯头

---
 Vmo/HStation.Vmo.Assets.Core/06-Elbow/AssetsElbowSeriesVmo.cs |   44 +++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 41 insertions(+), 3 deletions(-)

diff --git a/Vmo/HStation.Vmo.Assets.Core/06-Elbow/AssetsElbowSeriesVmo.cs b/Vmo/HStation.Vmo.Assets.Core/06-Elbow/AssetsElbowSeriesVmo.cs
index 4792227..561a263 100644
--- a/Vmo/HStation.Vmo.Assets.Core/06-Elbow/AssetsElbowSeriesVmo.cs
+++ b/Vmo/HStation.Vmo.Assets.Core/06-Elbow/AssetsElbowSeriesVmo.cs
@@ -1,7 +1,45 @@
-锘縩amespace HStation.Vmo
+锘縰sing HStation.Dto.Assets;
+
+namespace HStation.Vmo
 {
     public class AssetsElbowSeriesVmo
     {
+        /// <summary>
+        ///
+        /// </summary>
+        public AssetsElbowSeriesVmo()
+        { }
+
+        /// <summary>
+        ///
+        /// </summary>
+        public AssetsElbowSeriesVmo(AssetsElbowSeriesDto rhs)
+        {
+            this.ID = rhs.ID;
+            this.ParentID = rhs.ParentID;
+            this.Name = rhs.Name;
+            this.Paras = rhs.Paras;
+            this.Flags = rhs.Flags;
+            this.TagName = rhs.TagName;
+            this.SortCode = rhs.SortCode;
+            this.Description = rhs.Description;
+        }
+
+        /// <summary>
+        ///
+        /// </summary>
+        public AssetsElbowSeriesVmo(AssetsElbowSeriesVmo rhs)
+        {
+            this.ID = rhs.ID;
+            this.ParentID = rhs.ParentID;
+            this.Name = rhs.Name;
+            this.Paras = rhs.Paras;
+            this.Flags = rhs.Flags;
+            this.TagName = rhs.TagName;
+            this.SortCode = rhs.SortCode;
+            this.Description = rhs.Description;
+        }
+
         /// <summary>
         /// id
         /// </summary>
@@ -13,9 +51,9 @@
         public string Name { get; set; }
 
         /// <summary>
-        /// 鐖剁骇ID
+        /// 鐖剁骇id
         /// </summary>
-        public List<long> ParentIds { get; set; }
+        public long ParentID { get; set; }
 
         /// <summary>
         /// 鎵�灞炵被鍒獻D

--
Gitblit v1.9.3