duheng
2024-10-18 5e789cd1ae9a9b22a6ab66a970457c372e9001de
WinFrmUI/HStation.WinFrmUI.Assets.Core/05-elbow/02-main/ElbowViewModel.cs
@@ -1,4 +1,5 @@
using System.ComponentModel;
using HStation.Assets;
using System.ComponentModel;
namespace HStation.WinFrmUI.Assets
{
@@ -32,6 +33,8 @@
            this.SortCode = rhs.SortCode;
            this.KeyWord = rhs.KeyWord;
            this.IsDefault = rhs.IsDefault;
            this.Angle = rhs.Angle;
            this.ConnectionLength = rhs.ConnectionLength;
            this.Coefficient = rhs.Coefficient;
        }
@@ -59,6 +62,8 @@
            this.KeyWord = rhs.KeyWord;
            this.IsDefault = rhs.IsDefault;
            this.SortCode = rhs.SortCode;
            this.Angle = rhs.Angle;
            this.ConnectionLength = rhs.ConnectionLength;
            this.Coefficient = rhs.Coefficient;
        }
@@ -116,9 +121,19 @@
        [Browsable(true)]
        public bool IsDefault { get; set; }
        /// <summary>
        /// 管路连接长度
        /// </summary>
        [DisplayName("连接长度")]
        [Browsable(true)]
        public eLengthType? ConnectionLength { get; set; }
        /// <summary>
        /// 角度
        /// </summary>
        [DisplayName("角度")]
        [Browsable(true)]
        public string Angle { get; set; }
        public int? Angle { get; set; }
        /// <summary>
        /// 说明