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