fix: 修复评论问题

This commit is contained in:
橙子
2023-12-24 11:56:44 +08:00
parent 3272117564
commit 64efe9def2
3 changed files with 10 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ namespace Yi.Framework.Bbs.Application.Contracts.Dtos.Discuss
public string? PrivateCode { get; set; }
public DateTime CreationTime { get; set; }
public DiscussPermissionTypeEnum PermissionType { get; set; }
public bool IsAgree { get; set; } = false;
public List<Guid>? PermissionUserIds { get; set; }
public BbsUserGetListOutputDto User { get; set; }
}