This website works better with JavaScript
Home
Explore
Help
Sign In
examcloud-backend
/
examcloud-core-basic
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix bug
宋悦
7 years ago
parent
f7bba1479f
commit
b6ca8fbc04
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
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
View File
@@ -5,6 +5,8 @@ public enum CourseLevel {
ZSB("专升本"),
GQZ("高起专"),
+
+ GQB("高起本"),
ALL("");