aaa
zyf
2024-08-06 f7899769244519db9967e3cdfc57d8ee48c31eb4
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; }
}