package com.ruoyi.business.other.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.ruoyi.business.other.pojo.TempFile; public interface TempFileMapper extends BaseMapper { }