package com.ruoyi.article.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *

* 资讯评论回复表 前端控制器 *

* * @author mitao * @since 2024-05-16 */ @RestController @RequestMapping("/article-comments") public class ArticleCommentsController { }