This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
examcloud-backend
/
examcloud-core-basic
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
fix bug
宋悦
il y a 7 ans
Parent
f7bba1479f
commit
b6ca8fbc04
1 fichiers modifiés
avec
2 ajouts
et
0 suppressions
Vue séparée
Afficher les stats 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
Voir le fichier
@@ -5,6 +5,8 @@ public enum CourseLevel {
ZSB("专升本"),
GQZ("高起专"),
+
+ GQB("高起本"),
ALL("");