| | |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.dsh.competition.entity.PaymentCompetition; |
| | | import com.dsh.competition.feignclient.model.BillingRequest; |
| | | import com.dsh.competition.model.CompetitionListVo; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | |
| | | */ |
| | | List<CompetitionListVo> queryMyCompetitionList(@Param("uid") Integer uid, @Param("type") Integer type, |
| | | @Param("pageSize") Integer pageSize, @Param("pageNo") Integer pageNo); |
| | | |
| | | List<BillingRequest> queryDatas(@Param("appUserId") Integer appUserId, |
| | | @Param("monthStart")String monthStart, |
| | | @Param("monthEnd")String monthEnd); |
| | | |
| | | List<BillingRequest> queryCancelDatas(@Param("appUserId") Integer appUserId, |
| | | @Param("monthStart")String monthStart, |
| | | @Param("monthEnd")String monthEnd); |
| | | |
| | | } |