duheng
2024-11-17 a2a57963e160a319276c5c8499f16c9809056e4c
Service/HStation.Service.Assets.Core/02-model/01-Pump/AssetsPumpGroup.cs
文件名从 Service/HStation.Service.Assets.Core/02-model/01-PumpMain/PumpGroup.cs 修改
@@ -20,10 +20,10 @@
        public AssetsPumpGroup(AssetsPumpGroup rhs) : base(rhs)
        {
            this.ID = rhs.ID;
            this.PumpSeriesID = rhs.PumpSeriesID;
            this.SeriesID = rhs.SeriesID;
            this.Name = rhs.Name;
            this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras);
            this.PumpSeriesID = rhs.PumpSeriesID;
            this.SeriesID = rhs.SeriesID;
            this.Flags = rhs.Flags?.ToList();
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
@@ -32,7 +32,7 @@
        public void Reset(AssetsPumpGroup rhs)
        {
            this.ID = rhs.ID;
            this.PumpSeriesID = rhs.PumpSeriesID;
            this.SeriesID = rhs.SeriesID;
            this.Name = rhs.Name;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
@@ -49,7 +49,7 @@
        /// <summary>
        /// 娉电郴鍒桰D
        /// </summary>
        public long PumpSeriesID { get; set; }
        public long SeriesID { get; set; }
        /// <summary>
        /// 鍙傛暟