|
@@ -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 {
|
|
|
+
|
|
|
+}
|