✨ add comment ent code
This commit is contained in:
10
app/core/api/common/constant/comment_type.go
Normal file
10
app/core/api/common/constant/comment_type.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
COMMENT int = iota
|
||||
REPLY
|
||||
)
|
||||
|
||||
const (
|
||||
CommentTopicType = iota
|
||||
)
|
Reference in New Issue
Block a user