File was renamed from ruoyi-modules/ruoyi-article/src/main/java/com/ruoyi/article/controller/ArticleCommentsController.java |
| | |
| | | package com.ruoyi.article.controller; |
| | | package com.ruoyi.article.controller.forepart; |
| | | |
| | | |
| | | import com.ruoyi.article.dto.ArticleCommentsDTO; |
| | | import com.ruoyi.article.dto.ArticleDTO; |
| | | import com.ruoyi.article.service.IArticleCommentsService; |
| | | import com.ruoyi.common.core.domain.R; |
| | | import io.swagger.annotations.Api; |
| | |
| | | @RestController |
| | | @RequestMapping("/article-comments") |
| | | @Api(value = "用户端-评论回复表相关接口", tags = "用户端-评论回复表址相关接口", description = "用户端-评论回复表相关接口") |
| | | public class ArticleCommentsController { |
| | | public class ForepartArticleCommentsController { |
| | | |
| | | @Resource |
| | | private IArticleCommentsService articleCommentsService; |