package com.fjhx.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 业务员邮箱信息表 前端控制器 *
* * @author zlj * @since 2023-03-06 */ @RestController @RequestMapping("/mailbox") public class MailboxController { }