feat: 优化,改造通知模块

This commit is contained in:
橙子
2024-08-07 00:01:44 +08:00
parent 84b11ae6a8
commit 578d410b77
6 changed files with 40 additions and 9 deletions

View File

@@ -34,6 +34,7 @@ namespace Yi.Framework.Bbs.Domain.Entities
/// <summary>
/// 消息,支持html
/// </summary>
[SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString)]
public string Message { get; set; }
/// <summary>