| | |
| | | |
| | | import com.ruoyi.common.core.domain.R; |
| | | import com.ruoyi.system.api.domain.AppMiniLoginVO; |
| | | import com.ruoyi.system.api.domain.AuctionBondJl; |
| | | import com.ruoyi.system.api.domain.AuctionGoods; |
| | | import com.ruoyi.system.api.domain.AuctionSalesroom; |
| | | import com.ruoyi.system.api.domain.AuctionSalesroomGoods; |
| | |
| | | String source) { |
| | | return R.fail("获取拍卖会商品失败" + cause.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R<AuctionBondJl> getAuctionBondJLByTargetId(Long targetId, Long memberId, |
| | | Integer bondType, String source) { |
| | | return R.fail("获取拍卖参与记录失败" + cause.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R<?> saveOrUpdateAuctionBondJl(AuctionBondJl auctionBondJl, String source) { |
| | | return R.fail("保存拍卖参与记录失败" + cause.getMessage()); |
| | | } |
| | | }; |
| | | } |
| | | } |