mitao
2024-08-16 d7dc4db8d005a58f51d21d35147317762a16373f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.auction.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.system.api.domain.AuctionBondJl;
 
/**
 * <p>
 * 拍卖参加记录 Mapper 接口
 * </p>
 *
 * @author mitao
 * @since 2024-07-29
 */
public interface AuctionBondJlMapper extends BaseMapper<AuctionBondJl> {
 
}