1
hutongqing
2025-01-02 8c6fd742db249ad4cc819cf041eb98d880a3ef73
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; }