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("/mailAddress") public class MailAddressController { }