yanjinhui
2025-06-05 fcd49db2ee33ee2e1d33e5a41e53d9897a8a3b0f
project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_Parameters.cs
@@ -18,32 +18,45 @@
        public int ID { get; set; }
        /// <summary>
        /// 自动伸出速度
        ///左PLC自动伸出缩回速度
        /// </summary>
        [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "自动伸出速度")]
        public double ExtendSpeed { get; set; }
        /// <summary>
        /// 自动缩回速度
        /// 右PLC自动伸出缩回速度
        /// </summary>
        [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "自动缩回速度")]
        public double RetractionSpeed { get; set; }
        /// <summary>
        /// 手动伸出速度
        /// 左PLC手动伸出缩回速度
        /// </summary>
        [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "手动伸出速度")]
        public double ManualExtend { get; set; }
        /// <summary>
        /// 手动缩回速度
        /// 右PLC手动伸出缩回速度
        /// </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")]