Service/HStation.Service.Assets.Core/01-entity/11-Exchanger/AssetsExchangerSeries.cs
ÎļþÃû´Ó Service/HStation.Service.Assets.Core/01-entity/11-Exchanger/ExchangerSeries.cs ÐÞ¸Ä @@ -21,6 +21,7 @@ public AssetsExchangerSeries(AssetsExchangerSeries rhs) : base(rhs) { this.ParentIds = rhs.ParentIds; this.CatalogID = rhs.CatalogID; this.Name = rhs.Name; this.Paras = rhs.Paras; this.Flags = rhs.Flags; @@ -36,6 +37,11 @@ public string ParentIds { get; set; } /// <summary> /// æå±ç±»å«ID /// </summary> public long CatalogID { get; set; } /// <summary> /// åç§° /// </summary> public string Name { get; set; }