puzhibing
2023-11-25 53e7558400dcacecdce70e39ebfe1727740f9296
cloud-server-competition/src/main/java/com/dsh/competition/service/IParticipantService.java
@@ -22,6 +22,7 @@
    /**
     * 添加参赛人员信息
     *
     * @param uid
     * @param addParticipant
     * @return
@@ -31,6 +32,7 @@
    /**
     * 获取参赛人员列表
     *
     * @param uid
     * @return
     * @throws Exception
@@ -40,6 +42,7 @@
    /**
     * 修改参赛人员信息
     *
     * @param editParticipant
     * @return
     * @throws Exception
@@ -49,6 +52,7 @@
    /**
     * 删除参赛人员信息
     *
     * @param id
     * @return
     * @throws Exception
@@ -58,6 +62,7 @@
    /**
     * 保存学员后同步参赛人员信息
     *
     * @param saveParticipant
     * @throws Exception
     */