project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_Maintenance.cs
@@ -36,6 +36,7 @@ [SugarColumn(IsNullable = false, ColumnDescription = "是否是组长")] public int IsLeader { get; set; } /// <summary> /// 检修日期 /// </summary> @@ -55,6 +56,14 @@ public int MaintenanceStatus{ get; set; } /// <summary> /// ip地址 /// </summary> [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "ip地址")] public string IPAddress { get; set; } /// <summary> /// 检修开始时间 /// </summary> [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "检修开始时间")]