From f1a841f056fe4d7be16f39d6fe169667f743d00a Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期二, 27 五月 2025 17:29:56 +0800
Subject: [PATCH] 重新修改/开始检修/结束检修/检修记录等接口

---
 project/后台管理/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_Parameters.cs |   23 ++++++++++++++++++-----
 1 files changed, 18 insertions(+), 5 deletions(-)

diff --git "a/project/\345\220\216\345\217\260\347\256\241\347\220\206/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_Parameters.cs" "b/project/\345\220\216\345\217\260\347\256\241\347\220\206/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_Parameters.cs"
index 31e8bd2..c5c66d0 100644
--- "a/project/\345\220\216\345\217\260\347\256\241\347\220\206/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_Parameters.cs"
+++ "b/project/\345\220\216\345\217\260\347\256\241\347\220\206/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_Parameters.cs"
@@ -17,34 +17,47 @@
         [SugarColumn(IsPrimaryKey =true,IsIdentity =true)]
         public int ID { get; set; }
 
-        /// <summary>
-        /// 鑷姩浼稿嚭閫熷害
+       /// <summary>
+        ///宸LC鑷姩浼稿嚭缂╁洖閫熷害
         /// </summary>
         [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "鑷姩浼稿嚭閫熷害")]
         public double ExtendSpeed { get; set; }
 
         /// <summary>
-        /// 鑷姩缂╁洖閫熷害
+        /// 鍙砅LC鑷姩浼稿嚭缂╁洖閫熷害
         /// </summary>
         [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "鑷姩缂╁洖閫熷害")]
         public double RetractionSpeed { get; set; }
 
 
         /// <summary>
-        /// 鎵嬪姩浼稿嚭閫熷害
+        /// 宸LC鎵嬪姩浼稿嚭缂╁洖閫熷害
         /// </summary>
         [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "鎵嬪姩浼稿嚭閫熷害")]
         public double ManualExtend { get; set; }
 
 
         /// <summary>
-        /// 鎵嬪姩缂╁洖閫熷害
+        /// 鍙砅LC鎵嬪姩浼稿嚭缂╁洖閫熷害
         /// </summary>
         [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "鎵嬪姩缂╁洖閫熷害")]
         public double ManualRetraction { get; set; }
 
 
         /// <summary>
+        /// 宸﹁嚜鍔ㄤ几鍑轰綅缃�
+        /// </summary>
+        [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "宸﹁嚜鍔ㄤ几鍑轰綅缃�")]
+        public double LeftPosition { get; set; }
+
+
+        /// <summary>
+        /// 鍙宠嚜鍔ㄤ几鍑轰綅缃�
+        /// </summary>
+        [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "宸﹁嚜鍔ㄤ几鍑轰綅缃�")]
+        public double RightPosition { get; set; }
+
+        /// <summary>
         /// 閮ㄩ棬id
         /// </summary>
         [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "閮ㄩ棬id")]

--
Gitblit v1.9.3