| | |
| | | * @since 2024-05-16 |
| | | */ |
| | | public interface IAuctionSalesroomGoodsService extends IService<AuctionSalesroomGoods> { |
| | | ForepartAuctionSalesroomGoodsVO getAuctionSalesroomGoods(Integer SalesroomId); |
| | | ForepartAuctionSalesroomGoodsVO getAuctionSalesroomGoods(AuctionSalesroomGoodsDTO ationSalesroomGoodsDTO); |
| | | |
| | | /** |
| | | * 拍卖师端拍卖场信息 |
| | | * |
| | | */ |
| | | AuctionSalesroomVO getAuctionSalesroominfo(Integer SalesroomId); |
| | | AuctionSalesroomVO getAuctionSalesroominfo(AuctionSalesroomGoodsDTO ationSalesroomGoodsDTO); |
| | | |
| | | /** |
| | | * 拍卖师端拍卖场立即开始 |
| | | * |
| | | */ |
| | | void auctionSalesroomStart(Integer SalesroomId); |
| | | void auctionSalesroomStart(AuctionSalesroomGoodsDTO ationSalesroomGoodsDTO); |
| | | |
| | | /** |
| | | * 拍卖师端拍卖场立即开始 |
| | | * |
| | | */ |
| | | void auctionSalesroomEnd(Integer SalesroomId); |
| | | void auctionSalesroomEnd(AuctionSalesroomGoodsDTO ationSalesroomGoodsDTO); |
| | | |
| | | |
| | | /** |
| | | * 拍卖师端拍卖场立即开始 |
| | | * |
| | | */ |
| | | List<AuctionSalesroomGoods> isAuctionSalesroom(Integer SalesroomId); |
| | | List<AuctionSalesroomGoods> isAuctionSalesroom(AuctionSalesroomGoodsDTO ationSalesroomGoodsDTO); |
| | | |
| | | |
| | | /** |