gongchunyi
19 小时以前 3c83bac9f2f447b6f1c77fa53d9df9e7c20d6041
1
2
3
4
5
6
7
8
package com.ruoyi.other.mapper;
 
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.other.pojo.TempFile;
 
public interface TempFileMapper extends BaseMapper<TempFile> {
}