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/api/comment_api/comment.go
2024-09-19 18:44:53 +08:00

8 lines
150 B
Go

package comment_api
import "schisandra-cloud-album/service"
type CommentAPI struct{}
var commentReplyService = service.Service.CommentReplyService