From a302d7d16e6bed80511cb49813d16829eb933560 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 18 十一月 2024 09:34:12 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- Service/HStation.Service.Assets.Core/01-entity/03-Elbow/AssetsElbowSeries.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/01-entity/03-Elbow/AssetsElbowSeries.cs b/Service/HStation.Service.Assets.Core/01-entity/03-Elbow/AssetsElbowSeries.cs index 9a90f1d..a8054fa 100644 --- a/Service/HStation.Service.Assets.Core/01-entity/03-Elbow/AssetsElbowSeries.cs +++ b/Service/HStation.Service.Assets.Core/01-entity/03-Elbow/AssetsElbowSeries.cs @@ -21,6 +21,7 @@ public AssetsElbowSeries(AssetsElbowSeries rhs) : base(rhs) { this.ID = rhs.ID; + this.CatalogID = rhs.CatalogID; this.ParentIds = rhs.ParentIds; this.Name = rhs.Name; this.Paras = rhs.Paras; @@ -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