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; }