| | |
| | | package com.panzhihua.service_community.dao; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.panzhihua.common.model.vos.community.raffle.ComActRafflePrizeCount; |
| | | import com.panzhihua.common.model.vos.community.raffle.ComActRafflePrizeVO; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import com.panzhihua.service_community.entity.ComActRafflePrize; |
| | |
| | | * @return |
| | | */ |
| | | List<ComActRafflePrizeVO> selectByRaffleId(Long id); |
| | | |
| | | /** |
| | | * |
| | | * 查询奖品统计 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | ComActRafflePrizeCount selectCount(Long id); |
| | | } |