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>