From a3b2b3aefc721034d63144a3cfc835d3c19c490d Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期五, 25 十月 2024 16:25:03 +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/11-Exchanger/ExchangerSeries.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/01-entity/11-Exchanger/ExchangerSeries.cs b/Service/HStation.Service.Assets.Core/01-entity/11-Exchanger/ExchangerSeries.cs index 59fd754..14f7aad 100644 --- a/Service/HStation.Service.Assets.Core/01-entity/11-Exchanger/ExchangerSeries.cs +++ b/Service/HStation.Service.Assets.Core/01-entity/11-Exchanger/ExchangerSeries.cs @@ -29,6 +29,7 @@ this.Type = rhs.Type; this.SortCode = rhs.SortCode; this.Description = rhs.Description; + this.ParentID = rhs.ParentID; } /// <summary> @@ -36,6 +37,9 @@ /// </summary> public string Name { get; set; } + //鐖剁骇iD + public long ParentID { get; set; } + /// <summary> /// 鍙傛暟 /// </summary> -- Gitblit v1.9.3