This commit is contained in:
陈淳
2023-04-01 18:16:41 +08:00
parent 62310ab863
commit ad4fc6ea9b
5 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ namespace Yi.BBS.Domain.Forum.Entities
public long Id { get; set; }
public bool IsDeleted { get; set; }
[SugarColumn(Length = 9999)]
[SugarColumn(Length = 999999)]
public string Content { get; set; }
public string Name { get; set; }

View File

@@ -35,7 +35,7 @@ namespace Yi.BBS.Domain.Forum.Entities
/// </summary>
public string? Cover { get; set; }
[SugarColumn(Length =9999)]
[SugarColumn(Length =999999)]
public string Content { get; set; }
public string? Color { get; set; }