springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/RoleService.java
@@ -50,4 +50,10 @@ * @return 删除结果 */ R deleteRoleBackstage(RoleVO roleVO); /** * 平台菜单列表 * @param type 1 运营平台 2 社区平台 * @return 菜单集合 */ R listMenuBackstage(int type); }