板块创建成功

This commit is contained in:
2026-02-05 22:03:29 +08:00
parent c8315469b2
commit 8fc1f675ff
10 changed files with 240 additions and 58 deletions

View File

@@ -27,7 +27,7 @@ type ForumCommentsColumns struct {
ParentId string // 父评论IDNULL=一级评论非NULL=二级评论指向一级评论ID无外键
ReplyToUserId string // 回复的用户ID可选用于展示“回复@xxx”无外键
Content string // 评论内容支持emoji
Status string // 状态:normal=正常 deleted=软删 audit=审核中 reject=驳回
Status string // 状态:1=正常 2=软删 3=审核中 4=驳回
LikeCount string // 点赞数(冗余)
CreatedAt string // 创建时间
UpdatedAt string // 更新时间