buhuazhen
2 天以前 1a376098d2e27eeb9c2af90fa501311c2035d5ab
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> {
}