package com.shlb.timescaledbutils.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.shlb.timescaledbutils.entity.PackerTimeData; import com.shlb.timescaledbutils.mapper.PackerTimeDataMapper; import com.shlb.timescaledbutils.service.IPackerTimeDataService; import org.springframework.stereotype.Service; @Service public class PackerTimeDataServiceImpl extends ServiceImpl implements IPackerTimeDataService { }