duheng
2024-12-04 ca1ccd0dd9f2d6936368f07d14a2b29b309fd151
WinFrmUI/HStation.WinFrmUI.Assets.Core/05-elbow/ElbowViewModel.cs
@@ -31,9 +31,9 @@
            }
            this.Name = rhs.Name;
            this.SortCode = rhs.SortCode;
            this.KeyWord = rhs.KeyWord;
            this.KeyWord = string.Join(",", rhs.KeyWord);
            this.Angle = rhs.Angle;
            this.ElbowLengthType = rhs.ElbowLengthType;
            this.ElbowLengthType = rhs.ElbowType;
            this.MinorLoss = rhs.MinorLoss;
        }
@@ -58,10 +58,10 @@
            }
            this.Description = rhs.Description;
            this.Name = rhs.Name;
            this.KeyWord = rhs.KeyWord;
            this.KeyWord = string.Join(",", rhs.KeyWord);
            this.SortCode = rhs.SortCode;
            this.Angle = rhs.Angle;
            this.ElbowLengthType = rhs.ElbowLengthType;
            this.ElbowLengthType = rhs.ElbowType;
            this.MinorLoss = rhs.MinorLoss;
        }
@@ -110,14 +110,14 @@
        /// </summary>
        [DisplayName("关键字")]
        [Browsable(true)]
        public List<string> KeyWord { get; set; }
        public string KeyWord { get; set; }
        /// <summary>
        /// 弯头类型
        /// </summary>
        [DisplayName("弯头类型")]
        [Browsable(true)]
        public eLengthType? ElbowLengthType { get; set; }
        public eElbowType? ElbowLengthType { get; set; }
        /// <summary>
        /// 角度