WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_DeviceInfo.cs
@@ -104,6 +104,9 @@ [SugarColumn(Length = 200, IsNullable = true, ColumnDescription = "备注")] public string DeviceRemark { get; set; } /// <summary> /// 设备协议集合 /// </summary> [ImporterHeader(IsIgnore =true)] [ExporterHeader(IsIgnore = true)] [Navigate(NavigateType.OneToMany, nameof(Dt_DeviceProtocol.DeviceId), nameof(Id)), SugarColumn(IsIgnore = true, IsNullable = true)]