user-server/src/main/java/com/yuanchu/limslaboratory/mapper/RoleManageMapper.java
@@ -33,4 +33,12 @@ int deleteRoleMenuByRoleId(Long id); RoleAndMenuDto selectAllRoleAndMenuByRoleId(Long roleId); List<Map<String, Object>> getUserListRole(); Map<String, Object>selctInterFaceType(String url); Map<String, Long> hasUrl(String type, String menuId, String roleId); List<Map<String, Object>>getAllInterfaces(); }