kongzy
2024-09-14 f0f00e9ba8a755e4317e029d73b69a92ad9f9df1
exam-common/src/main/java/com/gkhy/exam/common/constant/Constant.java
@@ -142,4 +142,14 @@
     */
    public static final String[] JOB_ERROR_STR = { "java.net.URL", "javax.naming.InitialContext", "org.yaml.snakeyaml",
            "org.springframework", "org.apache", "com.ruoyi.common.utils.file", "com.ruoyi.common.config" };
    /**
     * 考试通过
     */
    public static final Integer EXAM_PASS = 1;
    /**
     * 考试未通过
     */
    public static final Integer EXAM_UNPASS = 0;
}