lixiaojun
2024-10-18 1fe41eb1c9f2b2914b4a66a145f1ad0a75b9c915
Service/HStation.Service.Assets.Core/02-model/02-ElbowManage/ElbowMain.cs
@@ -1,4 +1,5 @@
using Yw.Model;
using HStation.Assets;
using Yw.Model;
namespace HStation.Model
{
@@ -25,7 +26,9 @@
            this.MaterialName = rhs.MaterialName;
            this.SortCode = rhs.SortCode;
            this.Name = rhs.Name;
            this.Angle = rhs.Angle;
            this.Description = rhs.Description;
            this.ConnectionLength = rhs.ConnectionLength;
        }
        public void Reset(AssetsElbowMain rhs)
@@ -39,7 +42,9 @@
            this.MaterialName = rhs.MaterialName;
            this.SortCode = rhs.SortCode;
            this.Name = rhs.Name;
            this.Angle = rhs.Angle;
            this.Description = rhs.Description;
            this.ConnectionLength = rhs.ConnectionLength;
        }
        /// <summary>
@@ -58,6 +63,16 @@
        public double? Caliber { get; set; }
        /// <summary>
        /// 管路连接长度
        /// </summary>
        public eLengthType? ConnectionLength { get; set; }
        /// <summary>
        /// 角度
        /// </summary>
        public int? Angle { get; set; }
        /// <summary>
        /// 材料
        /// </summary>
        public string MaterialName { get; set; }