yys
maven
2025-08-28 ee31e1c8f823d3d6cb8692689fa69bf457f3a99a
1
2
3
4
5
6
7
8
9
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<TempFile> {
}