buhuazhen
2026-04-21 c6cf54951e6692ecabf8c3e5b6cf5c66d315ce7f
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> {
}