luohairen
2024-11-11 cd59ededbf05a0ae73b8f4944fbf40a1fb01d28a
src/main/java/com/ycl/jxkg/service/ExamService.java
@@ -67,7 +67,7 @@
     * 列表
     * @return
     */
    Result all();
    Result all(ExamQuery query);
    /**
     * 主动提交试卷
@@ -150,5 +150,21 @@
    Result forceSubmit(ForceSubmitForm form);
    /**
     * 作废
     *
     * @param id
     * @return {@link Result }
     * @author
     */
    Result cancel(Integer id);
    /**
     * 恢复
     *
     * @param id
     * @return {@link Result }
     * @author
     */
    Result recover(Integer id);
}