yaowanxin
18 小时以前 3834f60de8def04769733fae800f24d3674094ff
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> {
}