| | |
| | | import com.dsh.competition.entity.Competition; |
| | | import com.dsh.competition.model.CompetitionInfo; |
| | | import com.dsh.competition.model.CompetitionListVo; |
| | | import com.dsh.competition.model.PaymentCompetitionVo; |
| | | import com.dsh.competition.util.ResultUtil; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * @param heat |
| | | * @return |
| | | */ |
| | | List<CompetitionListVo> queryCompetitionList(String cityCode, String content, Integer registerCondition, Integer heat) throws Exception; |
| | | List<CompetitionListVo> queryCompetitionList(String cityCode, String content, Integer registerCondition, String heat) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | */ |
| | | CompetitionInfo queryCompetitionInfo(Integer uid, Integer id, String lon, String lat) throws Exception; |
| | | |
| | | |
| | | /** |
| | | * 赛事报名 |
| | | * @param uid |
| | | * @param paymentCompetitionVo |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil paymentCompetition(Integer uid, PaymentCompetitionVo paymentCompetitionVo) throws Exception; |
| | | |
| | | |
| | | /** |
| | | * 定时任务修改赛事状态 |
| | | */ |
| | | void taskSetStatus(); |
| | | } |