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/02-model/11-Exchanger/ExchangerSeries.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/02-model/11-Exchanger/ExchangerSeries.cs b/Service/HStation.Service.Assets.Core/02-model/11-Exchanger/ExchangerSeries.cs index 5ec3a80..ca95da4 100644 --- a/Service/HStation.Service.Assets.Core/02-model/11-Exchanger/ExchangerSeries.cs +++ b/Service/HStation.Service.Assets.Core/02-model/11-Exchanger/ExchangerSeries.cs @@ -25,6 +25,7 @@ this.UseStatus = rhs.UseStatus; this.SortCode = rhs.SortCode; this.Description = rhs.Description; + this.ParentID = rhs.ParentID; } public void Reset(AssetsExchangerSeries rhs) @@ -37,6 +38,7 @@ this.UseStatus = rhs.UseStatus; this.SortCode = rhs.SortCode; this.Description = rhs.Description; + this.ParentID = rhs.ParentID; } /// <summary> @@ -44,6 +46,9 @@ /// </summary> public string Name { get; set; } + //鐖剁骇iD + public long ParentID { get; set; } + /// <summary> /// 鍙傛暟 /// </summary> -- Gitblit v1.9.3