lixiaojun
2024-11-18 a302d7d16e6bed80511cb49813d16829eb933560
Service/HStation.Service.Assets.Core/01-entity/01-PumpMain/AssetsPumpMain.cs
ÎļþÃû´Ó Service/HStation.Service.Assets.Core/01-entity/01-PumpMain/PumpMain.cs ÐÞ¸Ä
@@ -21,7 +21,7 @@
        public AssetsPumpMain(AssetsPumpMain rhs) : base(rhs)
        {
            this.ID = rhs.ID;
            this.PumpSeriesID = rhs.PumpSeriesID;
            this.SeriesID = rhs.SeriesID;
            this.Name = rhs.Name;
            this.Paras = rhs.Paras;
            this.RatedEfficiency = rhs.RatedEfficiency;
@@ -40,7 +40,7 @@
        /// <summary>
        /// æ³µç³»åˆ—ID
        /// </summary>
        public long PumpSeriesID { get; set; }
        public long SeriesID { get; set; }
        /// <summary>
        /// åç§°
@@ -63,6 +63,11 @@
        public string TagName { get; set; }
        /// <summary>
        /// è¯†åˆ«å…³é”®å­—
        /// </summary>
        public string KeyWord { get; set; }
        /// <summary>
        /// é¢å®šè½¬é€Ÿ
        /// </summary>
        public double RatedSpeed { get; set; }