lixiaojun
2024-10-25 a3b2b3aefc721034d63144a3cfc835d3c19c490d
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>