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-like") public class MemberLikeController { }