feat:提交bbs种子数据

This commit is contained in:
橙子
2023-12-14 22:57:01 +08:00
parent 38b854ed90
commit 36785f46f2
5 changed files with 16003 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ namespace Yi.Framework.Bbs.Application.Contracts.Dtos.Discuss
public string Content { get; set; }
public string? Color { get; set; }
public List<Guid> PermissionUserIds { get; set; }
public List<Guid>? PermissionUserIds { get; set; }
public DiscussPermissionTypeEnum PermissionType { get; set; }