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

* 会员收藏文章 前端控制器 *

* * @author mitao * @since 2024-05-27 */ @RestController @RequestMapping("/member-article-collection") public class MemberArticleCollectionController { }