板块创建成功
This commit is contained in:
@@ -27,7 +27,7 @@ type ForumCommentsColumns struct {
|
||||
ParentId string // 父评论ID:NULL=一级评论;非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 // 更新时间
|
||||
|
||||
Reference in New Issue
Block a user