yanjinhui
2025-05-08 ed91a57aa65eb921ddd96f09cc8b07b14c61823c
project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_Parameters.cs
@@ -42,5 +42,11 @@
        /// </summary>
        [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "手动缩回速度")]
        public double ManualRetraction { get; set; }
        /// <summary>
        /// 部门id
        /// </summary>
        [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "部门id")]
        public int Deptid { get; set; }
    }
}