| | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ruoyi.common.core.domain.R; |
| | | import com.ruoyi.goods.api.domain.TLotteryEvent; |
| | | import com.ruoyi.goods.api.domain.TLotteryEventPrize; |
| | | import com.ruoyi.goods.domain.dto.MgtLotteryEventEditDTO; |
| | | import com.ruoyi.goods.domain.dto.MgtLotteryEventPageDto; |
| | | import com.ruoyi.goods.domain.vo.*; |
| | |
| | | * @param id |
| | | * @return |
| | | */ |
| | | LotteryEventVo getLotteryEvent(String id); |
| | | LotteryEventVo getLotteryEvent(String id, String orderId); |
| | | |
| | | |
| | | /** |
| | |
| | | * @param id |
| | | * @return |
| | | */ |
| | | R lotteryDraw(String id); |
| | | R<TLotteryEventPrize> lotteryDraw(String id, String orderId); |
| | | |
| | | |
| | | /** |
| | |
| | | * @param dto |
| | | * @return |
| | | */ |
| | | List<MgtLotteryEventPageVo> pageMgtLotteryEvent(Page<MgtLotteryEventPageVo> page, MgtLotteryEventPageDto dto); |
| | | Page<MgtLotteryEventPageVo> pageMgtLotteryEvent( MgtLotteryEventPageDto dto); |
| | | |
| | | /** |
| | | * 查看抽奖活动详情 |