This website works better with JavaScript
首頁
探索
說明
登入
examcloud-backend
/
examcloud-core-basic
關註
2
讚好
0
複刻
0
Files
問題管理
0
合併請求
0
Wiki
瀏覽代碼
fix bug
宋悦
7 年之前
父節點
f7bba1479f
當前提交
b6ca8fbc04
共有
1 個文件被更改
,包括
2 次插入
和
0 次删除
分割檢視
顯示文件統計
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
查看文件
@@ -5,6 +5,8 @@ public enum CourseLevel {
ZSB("专升本"),
GQZ("高起专"),
+
+ GQB("高起本"),
ALL("");