duheng
2024-11-06 31e3f4ffdf7d566db391a5fcb94984f23e0abb02
Dto/HStation.Dto.Assets.Core/05-ElbowManage/02-ElbowMain/AddElbowMianInput.cs
@@ -8,24 +8,6 @@
        public AddElbowMianInput()
        { }
        public AddElbowMianInput(Model.AssetsElbowMain rhs)
        {
            this.ID = rhs.ID;
            this.Coefficient = rhs.Coefficient;
            this.MaterialName = rhs.MaterialName;
            this.Caliber = rhs.Caliber;
            this.Name = rhs.Name;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
            this.KeyWord = rhs.KeyWord;
            this.IsDefault = rhs.IsDefault;
            this.Angle = rhs.Angle;
            this.ConnectionLength = rhs.ConnectionLength;
            this.SeriesID = rhs.SeriesID;
        }
        public long ID { get; set; }
        /// <summary>
        /// 名称
        /// </summary>
@@ -37,39 +19,34 @@
        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; }
        /// <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; }
        public double MinorLoss { get; set; }
        /// <summary>
        /// 识别关键字
        /// </summary>
        public string KeyWord { get; set; }
        /// <summary>
        /// 是否默认
        /// </summary>
        public bool IsDefault { get; set; }
        /// <summary>
        /// 排序码