feige
2024-11-20 d0850c1c55c5f709874cde1b5f292813fbd3af5e
1
2
3
4
5
6
7
8
9
package com.ruoyi.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.domain.LiveStreaming;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface LiveStreamingBackMapper extends BaseMapper<LiveStreaming> {
}