puzhibing
2024-03-12 7cd3dea07f5b7cefad9dea9fd7daf992449aaac8
cloud-server-competition/src/main/java/com/dsh/competition/service/IParticipantService.java
@@ -57,7 +57,7 @@
     * @return
     * @throws Exception
     */
    ResultUtil delParticipant(Integer id) throws Exception;
    ResultUtil delParticipant(Integer id, Integer isStudent) throws Exception;
    /**