package cn.bunny.services.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *

* 系统消息 前端控制器 *

* * @author Bunny * @since 2024-10-30 */ @RestController @RequestMapping("/admin/message") public class MessageController { }