lixiaojun
2024-10-29 cc89c6b8112cfccd270951a9177c6ac0e5307d79
Dto/HStation.Dto.Assets.Core/05-ElbowManage/02-ElbowMain/AddElbowMianInput.cs
@@ -8,7 +8,7 @@
        public AddElbowMianInput()
        { }
        public AddElbowMianInput(Model.ElbowMain rhs)
        public AddElbowMianInput(Model.AssetsElbowMain rhs)
        {
            this.ID = rhs.ID;
            this.Coefficient = rhs.Coefficient;
@@ -19,6 +19,8 @@
            this.Description = rhs.Description;
            this.KeyWord = rhs.KeyWord;
            this.IsDefault = rhs.IsDefault;
            this.Angle = rhs.Angle;
            this.ConnectionLength = rhs.ConnectionLength;
            this.SeriesID = rhs.SeriesID;
        }
@@ -35,6 +37,16 @@
        public long SeriesID { get; set; }
        /// <summary>
        /// 角度
        /// </summary>
        public int? Angle { get; set; }
        /// <summary>
        /// 管路连接长度
        /// </summary>
        public eLengthType? ConnectionLength { get; set; }
        /// <summary>
        /// 口径
        /// </summary>
        public double? Caliber { get; set; }