package com.ruoyi.admin.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *

* 用户和角色关联表 前端控制器 *

* * @author hjl * @since 2024-06-25 */ @RestController @RequestMapping("/user-role") public class UserRoleController { }