ningshuxia
6 分钟以前 b5435a4a54cf362961cdfd958c4c78efe0478224
Service/HStation.Service.Assets.Core/01-entity/08-Valve/AssetsValveMain.cs
@@ -7,7 +7,7 @@
    /// </summary>
    [SysType("assets_valve_main")]
    [SugarTable("assets_valve_main")]
    public class AssetsValveMain : BaseEntity, ISorter, System.ICloneable
    public class AssetsValveMain : BaseEntity, IParas, IFlags, ITagName, ISorter, System.ICloneable
    {
        /// <summary>
        ///
@@ -26,8 +26,11 @@
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;//mm
            this.MinorLoss = rhs.MinorLoss;
            this.ValveType = rhs.ValveType;
            this.ValveSetting = rhs.ValveSetting;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
            this.TagName = rhs.TagName;
            this.KeyWords = rhs.KeyWords;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
@@ -41,11 +44,6 @@
        /// 名称
        /// </summary>
        public string Name { get; set; }
        /// <summary>
        /// 类型
        /// </summary>
        public string ValveType { get; set; }
        /// <summary>
        /// 阀门设置
@@ -70,7 +68,22 @@
        /// <summary>
        /// 识别关键字
        /// </summary>
        public string KeyWord { get; set; }
        public string KeyWords { get; set; }
        /// <summary>
        /// 参数
        /// </summary>
        public string Paras { get; set; }
        /// <summary>
        /// 标签
        /// </summary>
        public string Flags { get; set; }
        /// <summary>
        /// 标志
        /// </summary>
        public string TagName { get; set; }
        /// <summary>
        /// 排序码