rentaiming
2024-07-20 ed4f07531b9cb0794e976a14cee3b591dec8d4f6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.order.mapper;
 
import com.ruoyi.system.api.domain.OrderAuctionBond;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * <p>
 * 拍卖保证金表 Mapper 接口
 * </p>
 *
 * @author mitao
 * @since 2024-05-16
 */
public interface OrderAuctionBondMapper extends BaseMapper<OrderAuctionBond> {
 
}