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; } } }