From 31e3f4ffdf7d566db391a5fcb94984f23e0abb02 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期三, 06 十一月 2024 15:00:31 +0800
Subject: [PATCH] 修改阀门匹配

---
 Dto/HStation.Dto.Assets.Core/05-ElbowManage/02-ElbowMain/AddElbowMianInput.cs |   47 ++++++++++++-----------------------------------
 1 files changed, 12 insertions(+), 35 deletions(-)

diff --git a/Dto/HStation.Dto.Assets.Core/05-ElbowManage/02-ElbowMain/AddElbowMianInput.cs b/Dto/HStation.Dto.Assets.Core/05-ElbowManage/02-ElbowMain/AddElbowMianInput.cs
index 93396a7..6117b80 100644
--- a/Dto/HStation.Dto.Assets.Core/05-ElbowManage/02-ElbowMain/AddElbowMianInput.cs
+++ b/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>
         /// 鍙e緞
         /// </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>
         /// 鎺掑簭鐮�

--
Gitblit v1.9.3