1
z8018
2025-06-10 2eb8c40c3bfeb1ac777b72e02aea485119e9d158
project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_Parameters.cs
@@ -44,6 +44,19 @@
        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")]