1
z8018
2025-05-08 b2e04d15e8284aa23af89200075b6fd52a77477e
project/后台管理/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_Parameters.cs
@@ -42,5 +42,12 @@
        /// </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; }
    }
}