add comment ent code

This commit is contained in:
landaiqing
2024-11-19 23:46:13 +08:00
parent df32353c0f
commit 3328647b37
62 changed files with 19401 additions and 104 deletions

View File

@@ -0,0 +1,10 @@
package constant
const (
COMMENT int = iota
REPLY
)
const (
CommentTopicType = iota
)