Bladeren bron

。。。

wangwei 6 jaren geleden
bovenliggende
commit
4a0628dbcd

+ 13 - 24
examcloud-core-basic-api/src/main/java/cn/com/qmth/examcloud/core/basic/api/RolePrivilegeCloudService.java

@@ -1,24 +1,13 @@
-package cn.com.qmth.examcloud.core.basic.api;
-
-import java.util.List;
-
-import cn.com.qmth.examcloud.commons.web.cloud.api.CloudService;
-import cn.com.qmth.examcloud.core.basic.api.bean.RoleBean;
-
-/**
- * 角色权限云服务
- * 
- * @author WANGWEI
- *
- */
-public interface RolePrivilegeCloudService extends CloudService {
-
-	/**
-	 * 获取所有角色
-	 *
-	 * @author WANGWEI
-	 * @return
-	 */
-	List<RoleBean> getAllRoles(Boolean withSuperAdmin);
-
-}
+package cn.com.qmth.examcloud.core.basic.api;
+
+import cn.com.qmth.examcloud.commons.web.cloud.api.CloudService;
+
+/**
+ * 角色权限云服务
+ * 
+ * @author WANGWEI
+ *
+ */
+public interface RolePrivilegeCloudService extends CloudService {
+
+}