8 lines
150 B
Go
8 lines
150 B
Go
package comment_api
|
|
|
|
import "schisandra-cloud-album/service"
|
|
|
|
type CommentAPI struct{}
|
|
|
|
var commentReplyService = service.Service.CommentReplyService
|