package cn.timer.api.dao.yggl; import cn.timer.api.bean.yggl.YgglMainImportLog; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.springframework.stereotype.Repository; /** * * * @author wgd * @email 862422848@qq.com * @date 2022-06-10 17:42:53 */ @Repository public interface YgglMainImportlogMapper extends BaseMapper<YgglMainImportLog> { }