duheng
2024-12-04 ca1ccd0dd9f2d6936368f07d14a2b29b309fd151
Service/HStation.Service.Assets.Core/02-model/17-Flowmeter/AssetsFlowmeterMain.cs
@@ -1,4 +1,5 @@
using Yw.Model;
namespace HStation.Model
{
    /// <summary>
@@ -10,7 +11,8 @@
         /// <summary>
         ///
         /// </summary>
         public AssetsFlowmeterMain() { }
        public AssetsFlowmeterMain()
        { }
         /// <summary>
         ///
@@ -49,7 +51,6 @@
            this.Description=rhs.Description;
         }
         
        /// <summary>
        /// 名称 
        ///</summary>
@@ -78,7 +79,7 @@
        /// <summary>
        /// 识别关键字 
        ///</summary>
        public string KeyWord { get; set; }
        public List<string> KeyWord { get; set; }
         
        /// <summary>
        /// 参数 
@@ -105,7 +106,6 @@
        ///</summary>
        public string Description { get; set; }
         
        /// <summary>
        ///
        /// </summary>
@@ -118,10 +118,5 @@
        {
         return this.MemberwiseClone();
        }
    }
}