MES.Service/Modes/MessageCenter.cs
@@ -105,6 +105,14 @@ [SugarColumn(ColumnName = "ROUTE")] public string? Route { get; set; } /// <summary> /// 参数类型 /// </summary> [SugarColumn(ColumnName = "Content_Type")] public string? ContentType { get; set; } [SugarColumn(IsIgnore = true)] public int? isShow { get; set; } [SugarColumn(IsIgnore = true)] public decimal? Count { get; set; } }