duheng
2024-10-24 4812786898dc040fc236e9e00e21b9f4d08f57e3
Service/HStation.Service.Assets.Core/02-model/08-ValveManage/ValveMain.cs
@@ -26,7 +26,7 @@
            this.Caliber = rhs.Caliber;
            this.SortCode = rhs.SortCode;
            this.KeyWord = rhs.KeyWord;
            this.IsDefault = rhs.IsDefault;
            // this.IsDefault = rhs.IsDefault;
            this.SeriesID = rhs.SeriesID;
            this.Name = rhs.Name;
            this.ValveLift = rhs.ValveLift;
@@ -41,7 +41,7 @@
            this.MaterialName = rhs.MaterialName;
            this.Caliber = rhs.Caliber;
            this.KeyWord = rhs.KeyWord;
            this.IsDefault = rhs.IsDefault;
            // this.IsDefault = rhs.IsDefault;
            this.SortCode = rhs.SortCode;
            this.Name = rhs.Name;
            this.Coefficient = rhs.Coefficient;
@@ -95,15 +95,15 @@
        /// </summary>
        public string KeyWord { get; set; }
        /// <summary>
        /// 是否默认
        /// </summary>
        public bool IsDefault { get; set; }
        /*   /// <summary>
           /// 是否默认
           /// </summary>
           public bool IsDefault { get; set; }*/
        /// <summary>
        /// 说明
        /// </summary>
        public string? Description { get; set; }
        public string Description { get; set; }
        /// <summary>
        /// 排序码