package top.weiyuexin.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
import top.weiyuexin.pojo.Contest;
@Mapper
public interface ContestMapper extends BaseMapper<Contest> {
}