This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
schisandra-cloud-album/common/enum/comment_like.go
2024-10-01 17:31:05 +08:00

7 lines
62 B
Go

package enum
var (
CommentLike = 0
CommentDislike = 1
)