zhoushihao
2024-04-25 2c2d541aa1c5060b47c1ba5c6e3d192b2ff82fef
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 {
}