Shuxia Ning
2025-01-08 7b4b2eb7dd57c29a4b3a75de8234ff9afcbe18d4
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>
        ///
@@ -23,11 +23,15 @@
            this.ID = rhs.ID;
            this.SeriesID = rhs.SeriesID;
            this.Name = rhs.Name;
            this.ValveType = rhs.ValveType;
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;//mm
            this.ValveSetting = rhs.ValveSetting;
            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;
        }
@@ -70,7 +74,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>
        /// 排序码