lixiaojun
2024-11-18 a302d7d16e6bed80511cb49813d16829eb933560
Service/HStation.Service.Assets.Core/02-model/01-Pump/AssetsPumpMain.cs
ÎļþÃû´Ó Service/HStation.Service.Assets.Core/02-model/01-PumpMain/PumpMain.cs ÐÞ¸Ä
@@ -22,13 +22,14 @@
            this.ID = rhs.ID;
            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.RatedEfficiency = rhs.RatedEfficiency;
            this.RatedPower = rhs.RatedPower;
            this.Erosion = rhs.Erosion;
            this.D2 = rhs.D2;
            this.TagName = rhs.TagName;
            this.KeyWord = rhs.KeyWord;
            this.RatedSpeed = rhs.RatedSpeed;
            this.RatedHead = rhs.RatedHead;
            this.RatedFlow = rhs.RatedFlow;
@@ -39,14 +40,14 @@
        public void Reset(AssetsPumpMain rhs)
        {
            this.ID = rhs.ID;
            this.SeriesID = rhs.SeriesID;
            this.Name = rhs.Name;
            this.PumpSeriesID = rhs.PumpSeriesID;
            this.RatedEfficiency = rhs.RatedEfficiency;
            this.RatedPower = rhs.RatedPower;
            this.Erosion = rhs.Erosion;
            this.D2 = rhs.D2;
            this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras);
            this.PumpSeriesID = rhs.PumpSeriesID;
            this.KeyWord = rhs.KeyWord;
            this.Flags = rhs.Flags?.ToList();
            this.TagName = rhs.TagName;
            this.RatedSpeed = rhs.RatedSpeed;
@@ -64,7 +65,7 @@
        /// <summary>
        /// æ³µç³»åˆ—ID
        /// </summary>
        public long PumpSeriesID { get; set; }
        public long SeriesID { get; set; }
        /// <summary>
        /// å‚æ•°
@@ -77,6 +78,11 @@
        public List<string> Flags { get; set; }
        /// <summary>
        /// è¯†åˆ«å…³é”®å­—
        /// </summary>
        public List<string> KeyWord { get; set; }
        /// <summary>
        /// æ ‡å¿—
        /// </summary>
        public string TagName { get; set; }