| | |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.dtos.property.CommonPage; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.panzhihua.common.model.vos.community.warehouse.QRCodeVO; |
| | | import com.panzhihua.service_community.entity.ComActRaffleRecord; |
| | | |
| | | /** |
| | |
| | | * @return |
| | | */ |
| | | R queryPrize(Long id); |
| | | |
| | | /** |
| | | * 生成二维码 |
| | | * @param qrCodeVO |
| | | * @return |
| | | */ |
| | | R queryQrCode(QRCodeVO qrCodeVO); |
| | | |
| | | /** |
| | | * 导出 |
| | | * |
| | | * @param commonPage |
| | | * @return |
| | | */ |
| | | R export(CommonPage commonPage); |
| | | |
| | | /** |
| | | * 根据Id查询 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | R selectById(Long id); |
| | | } |