| | |
| | | import com.ruoyi.system.api.domain.vo.PayInfoVO; |
| | | import com.ruoyi.system.api.domain.vo.WdMemberAuctionSalesroomVO; |
| | | import java.io.IOException; |
| | | import java.util.Collection; |
| | | import java.util.List; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | |
| | |
| | | void startCurrentAuctionSalesroom(Long auctionSalesroomId) throws JsonProcessingException; |
| | | |
| | | void stopCurrentAuctionSalesroom(Long auctionSalesroomId) throws JsonProcessingException; |
| | | |
| | | List<AuctionSalesroom> getAuctionSalesroomByIds(Collection<Long> auctionSalesroomGoodsIdSet); |
| | | } |