| | |
| | | package com.ruoyi.auction.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.fasterxml.jackson.core.JsonProcessingException; |
| | | import com.google.zxing.WriterException; |
| | | import com.ruoyi.auction.controller.management.dto.MgtAuctionSaleroomBidRecordQuery; |
| | | import com.ruoyi.auction.controller.management.dto.MgtAuctionSalesroomDTO; |
| | |
| | | * |
| | | * @param idList 备选商品id集合 |
| | | */ |
| | | void addBackupGoods(List<Long> idList); |
| | | void addBackupGoods(String idStr); |
| | | |
| | | /** |
| | | * 结束当前拍卖商品 |
| | |
| | | * |
| | | * @param auctionSalesroomId 拍卖场id |
| | | */ |
| | | void startCurrentAuctionSalesroom(Long auctionSalesroomId); |
| | | void startCurrentAuctionSalesroom(Long auctionSalesroomId) throws JsonProcessingException; |
| | | |
| | | void stopCurrentAuctionSalesroom(Long auctionSalesroomId); |
| | | void stopCurrentAuctionSalesroom(Long auctionSalesroomId) throws JsonProcessingException; |
| | | } |