gongchunyi
2026-05-22 a0a719b71047b8b8a4bd715fcabb72b35aa4d4b5
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> {
}