This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
examcloud-backend
/
examcloud-core-basic
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
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("");