This website works better with JavaScript
Home
Explore
Help
Sign In
examcloud-backend
/
examcloud-components
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
网考中所有使用的examType枚举,改为公共模块中的ExamType
lideyin
5 years ago
parent
6a44731f43
commit
a73cda139d
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
src/main/java/cn/com/qmth/examcloud/api/commons/enums/ExamType.java
+ 4
- 0
src/main/java/cn/com/qmth/examcloud/api/commons/enums/ExamType.java
View File
@@ -32,4 +32,8 @@ public enum ExamType {
*/
PRINT_EXAM,
+ /**
+ * 在线作业
+ */
+ ONLINE_HOMEWORK
}