Fixiaobai
2023-08-30 f6fcea400ef3e1ae23607c1cb4da776a70fc4240
user-server/src/main/java/com/yuanchu/limslaboratory/mapper/RoleManageMapper.java
@@ -33,4 +33,14 @@
    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, String>>getAllInterfaces();
    int insertInterfaceList(@Param("interfaceList") List<Map<String, String>>interfaceList);
}