Pu Zhibing
昨天 546be8a1bafdfc804575a8d07a5d9f2306c29c42
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.ruoyi.goods.mapper.live;
 
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.goods.domain.pojo.live.XiaoeLiveAppointment;
 
/**
 * <p>
 * 直播预约记录 Mapper 接口
 * </p>
 *
 * @author mitao
 * @since 2025-01-09
 */
public interface XiaoeLiveAppointmentMapper extends BaseMapper<XiaoeLiveAppointment> {
 
}