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>