Fixiaobai
2023-08-29 e0e20362cadcd739be75960949b422b96e6481d7
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();
}