mitao
2024-05-17 14f8be1a86a3d852b92665fcf4c767478c3e12d2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.auction.mapper;
 
import com.ruoyi.auction.domain.pojo.AuctionSalesroom;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * <p>
 * 拍卖场表 Mapper 接口
 * </p>
 *
 * @author mitao
 * @since 2024-05-16
 */
public interface AuctionSalesroomMapper extends BaseMapper<AuctionSalesroom> {
 
}