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

* 邮箱发送表 前端控制器 *

* * @author Bunny * @since 2024-09-26 */ @RestController @RequestMapping("/emailUsers") public class EmailUsersController { }