This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
examcloud-backend
/
examcloud-core-basic
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ver Fonte
fix bug
宋悦
há 7 anos atrás
pai
f7bba1479f
commit
b6ca8fbc04
1 ficheiros alterados
com
2 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
2
0
core-domain/src/main/java/cn/com/qmth/examcloud/service/core/enums/CourseLevel.java
+ 2
- 0
core-domain/src/main/java/cn/com/qmth/examcloud/service/core/enums/CourseLevel.java
Ver Ficheiro
@@ -
5
,
6
+
5
,
8
@@
public
enum
CourseLevel {
ZSB(
"专升本"
),
GQZ(
"高起专"
),
+
+ GQB(
"高起本"
),
ALL(
""
);