liujie
8 天以前 46ae91d150985e38ecec8768634cc1ee15c5151b
cloud-server-account/src/main/java/com/dsh/account/feignclient/competition/ParticipantClient.java
@@ -14,8 +14,12 @@
    /**
     * 保存学员后同步参赛人员信息
     *
     * @param saveParticipant
     */
    @PostMapping("/participant/saveParticipant")
    void saveParticipant(SaveParticipant saveParticipant);
    @PostMapping("/participant/counts")
    Integer counts(Integer stuId);
}