啊鑫
2024-08-01 b64efba9b005c074b3963c9d650091c70e46108b
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; }
}