This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
examcloud-backend
/
examcloud-components
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
网考中所有使用的examType枚举,改为公共模块中的ExamType
lideyin
hace 5 años
padre
6a44731f43
commit
a73cda139d
Se han
modificado 1 ficheros
con
4 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
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
Ver fichero
@@ -32,4 +32,8 @@ public enum ExamType {
*/
PRINT_EXAM,
+ /**
+ * 在线作业
+ */
+ ONLINE_HOMEWORK
}