package com.zy.bms.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** * 角色表 前端控制器 * * @author yangxiaokun * @since 2021-06-03 */ @RestController @RequestMapping("/builder/role") public class RoleController { }