feat:完成评论功能

This commit is contained in:
橙子
2023-03-23 00:08:55 +08:00
parent 30329ea4db
commit 8213f6f8d7
13 changed files with 240 additions and 32 deletions

View File

@@ -51,12 +51,12 @@
</member>
<member name="T:Yi.BBS.Application.Forum.CommentService">
<summary>
Comment服务实现
评论
</summary>
</member>
<member name="M:Yi.BBS.Application.Forum.CommentService.GetDiscussIdAsync(System.Int64,Yi.BBS.Application.Contracts.Forum.Dtos.CommentGetListInputVo)">
<summary>
获取改主题下的评论
获取改主题下的评论,结构为二维列表,该查询无分页
</summary>
<param name="discussId"></param>
<param name="input"></param>