package com.highdatas.srs.web; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 前端控制器 *
* * @author kimi * @since 2020-01-18 */ @RestController @RequestMapping("/sysRole") public class SysRoleController { }