完善论坛模块 评论css展示

This commit is contained in:
2026-02-05 23:15:21 +08:00
parent b88198f0f8
commit e79d2e877c
6 changed files with 94 additions and 11 deletions

View File

@@ -54,6 +54,7 @@ type ForumPostsViewReq struct {
// ForumPostsViewRes 查看帖子响应
type ForumPostsViewRes struct {
UserName string `json:"name" description:"发帖用户昵称"`
model.ForumPostViewParams
}