From 0e33247236d4ac46f1a75802f53dd6c612301cff Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期二, 24 十二月 2024 14:52:06 +0800
Subject: [PATCH] 注册泵曲线事件

---
 Dto/HStation.Dto.Assets.Core/07-FourLink/03-AssetsFourlinkCoefficient/UpdateAssetsFourlinkFactorInput.cs |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/Dto/HStation.Dto.Assets.Core/07-FourLink/03-AssetsFourlinkCoefficient/UpdateAssetsFourlinkCoefficientInput.cs b/Dto/HStation.Dto.Assets.Core/07-FourLink/03-AssetsFourlinkCoefficient/UpdateAssetsFourlinkFactorInput.cs
similarity index 60%
copy from Dto/HStation.Dto.Assets.Core/07-FourLink/03-AssetsFourlinkCoefficient/UpdateAssetsFourlinkCoefficientInput.cs
copy to Dto/HStation.Dto.Assets.Core/07-FourLink/03-AssetsFourlinkCoefficient/UpdateAssetsFourlinkFactorInput.cs
index ac9555e..40c15a5 100644
--- a/Dto/HStation.Dto.Assets.Core/07-FourLink/03-AssetsFourlinkCoefficient/UpdateAssetsFourlinkCoefficientInput.cs
+++ b/Dto/HStation.Dto.Assets.Core/07-FourLink/03-AssetsFourlinkCoefficient/UpdateAssetsFourlinkFactorInput.cs
@@ -1,8 +1,9 @@
-锘縰sing System.ComponentModel.DataAnnotations;
+锘縰sing SqlSugar;
+using System.ComponentModel.DataAnnotations;
 
 namespace HStation.Dto.Assets
 {
-    public class UpdateAssetsFourlinkCoefficientInput
+    public class UpdateAssetsFourlinkFactorInput
     {
         /// <summary>
         /// id
@@ -29,5 +30,16 @@
         /// 灞�闃荤郴鏁�
         /// </summary>
         public double MinorLoss { get; set; }
+
+        /// <summary>
+        /// 鎺掑簭鐮�
+        /// </summary>
+        public int SortCode { get; set; }
+
+        /// <summary>
+        /// 璇存槑
+        /// </summary>
+        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]
+        public string Description { get; set; }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3