From bdc88e08328c360c2bddeedde744d858a7fd7e3d Mon Sep 17 00:00:00 2001 From: yanjinhui <3306209981@qq.com> Date: 星期四, 15 五月 2025 13:51:44 +0800 Subject: [PATCH] 修改信号/伸缩杆速度 --- project/后台管理/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_Parameters.cs | 10 +++++----- 1 files changed, 5 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..47ead01 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,28 +17,28 @@ [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; } -- Gitblit v1.9.3