WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_DeviceInfo.cs
@@ -40,6 +40,9 @@ [SugarColumn(IsIdentity = true, IsPrimaryKey = true, ColumnDescription = "主键")] public int Id { get; set; } /// <summary> /// 调度表主键 /// </summary> [SugarColumn(IsNullable = true, ColumnDescription = "调度表主键")] public int? DispatchId { get; set; }