lixiaojun
2024-10-17 1ba0f93d590c32a5aa776bbc6c1af46acb7828a1
Dto/HStation.Dto.Assets.Core/05-ElbowManage/02-ElbowMain/ElbowMainDto.cs
@@ -1,4 +1,6 @@
namespace HStation.Dto.Assets
using HStation.Assets;
namespace HStation.Dto.Assets
{
    public class AssetsElbowMainDto
    {
@@ -18,6 +20,7 @@
            this.Name = rhs.Name;
            this.SeriesID = rhs.SeriesID;
            this.Angle = rhs.Angle;
            this.ConnectionLength = rhs.ConnectionLength;
        }
        public long ID { get; set; }
@@ -38,6 +41,11 @@
        public double? Caliber { get; set; }
        /// <summary>
        /// 管路连接长度
        /// </summary>
        public eLengthType ConnectionLength { get; set; }
        /// <summary>
        /// 角度
        /// </summary>
        public int? Angle { get; set; }