duheng
2024-11-06 31e3f4ffdf7d566db391a5fcb94984f23e0abb02
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
    {
@@ -8,15 +10,16 @@
        public AssetsElbowMainDto(Model.AssetsElbowMain rhs)
        {
            this.ID = rhs.ID;
            this.MaterialName = rhs.MaterialName;
            this.Caliber = rhs.Caliber;
            this.Coefficient = rhs.Coefficient;
            this.Description = rhs.Description;
            this.SortCode = rhs.SortCode;
            this.KeyWord = rhs.KeyWord;
            this.IsDefault = rhs.IsDefault;
            this.Name = rhs.Name;
            this.SeriesID = rhs.SeriesID;
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;
            this.Name = rhs.Name;
            this.MinorLoss = rhs.MinorLoss;
            this.KeyWord = rhs.KeyWord;
            this.Angle = rhs.Angle;
            this.ElbowLengthType = rhs.ElbowLengthType;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
        public long ID { get; set; }
@@ -25,6 +28,7 @@
        /// 名称
        /// </summary>
        public string Name { get; set; }
        /// <summary>
        /// 系列ID
        /// </summary>
@@ -36,19 +40,24 @@
        public double? Caliber { get; set; }
        /// <summary>
        /// 管路连接长度
        /// </summary>
        public eLengthType? ElbowLengthType { get; set; }
        /// <summary>
        /// 角度
        /// </summary>
        public int? Angle { get; set; }
        /// <summary>
        /// 材料
        /// </summary>
        public string MaterialName { get; set; }
        public string Material { get; set; }
        /// <summary>
        /// 系数
        /// </summary>
        public double? Coefficient { get; set; }
        /// <summary>
        /// 排序码
        /// </summary>
        public int SortCode { get; set; }
        public double MinorLoss { get; set; }
        /// <summary>
        /// 识别关键字
@@ -56,9 +65,9 @@
        public string KeyWord { get; set; }
        /// <summary>
        /// 是否默认
        /// 排序码
        /// </summary>
        public bool IsDefault { get; set; }
        public int SortCode { get; set; }
        /// <summary>
        /// 说明