@@ -1,16 +0,0 @@
-package cn.com.qmth.examcloud.core.basic.dao.enums;
-
-/**
- * Created by ting.yin on 17/2/22.
- * 登陆类型,用于学生登陆
- */
-public enum LoginType {
- /**
- * 身份证号登陆
- IDENTITY_NUMBER,
- * 学号登陆
- STUDENT_CODE
-}
@@ -1,20 +0,0 @@
-public enum OrgType {
- SCHOOL("学校"),
- QMTH("启明泰和"),
- PRINTER("印刷");
- private String name;
- private OrgType(String name) {
- this.name = name;
- }
- public String getName() {
- return this.name;
@@ -1,12 +0,0 @@
-public enum PermissionType {
- * 菜单权限
- MENU,
- * 页面权限
- PAGE
@@ -1,8 +0,0 @@
- * Created by songyue on 17/2/22.
-public enum UserScope {
- ALL,ORG