duheng
2024-11-17 a2a57963e160a319276c5c8499f16c9809056e4c
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; }