This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
examcloud-backend
/
examcloud-core-basic
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu kéo về
0
Wiki
Browse Source
fix bug
宋悦
7 năm trước cách đây
mục cha
f7bba1479f
commit
b6ca8fbc04
1 tập tin đã thay đổi
với
2 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
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
Xem Tập Tin
@@ -
5
,
6
+
5
,
8
@@
public
enum
CourseLevel {
ZSB(
"专升本"
),
GQZ(
"高起专"
),
+
+ GQB(
"高起本"
),
ALL(
""
);