hangzhoumesParent/common/springsecurity/src/main/java/com/mes/role/controller/SysRoleController.java
@@ -1,6 +1,7 @@ package com.mes.role.controller; import com.mes.base.BaseController; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @@ -14,7 +15,6 @@ */ @RestController @RequestMapping("/role/sys-role") public class SysRoleController { public class SysRoleController extends BaseController { }