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