package com.shlb.timescaledbutils.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.shlb.timescaledbutils.entity.FeedmatchTimeData; import org.apache.ibatis.annotations.Mapper; @Mapper public interface FeedmatchTimeDataMapper extends BaseMapper { }